wok diff libgd/receipt @ rev 14844
tightvnc-viewer: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 18 01:30:55 2013 +0200 (2013-07-18) |
parents | 213f07bd7c77 |
children | 8f447cf2eee5 |
line diff
1.1 --- a/libgd/receipt Sat May 28 12:40:01 2011 +0200 1.2 +++ b/libgd/receipt Thu Jul 18 01:30:55 2013 +0200 1.3 @@ -18,6 +18,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + export LDFLAGS="-Wl,--copy-dt-needed-entries -lm" 1.8 cmake . && make && make DESTDIR=$DESTDIR install || return 1 1.9 cd src 1.10 ln -sf ../config ../test .