wok diff freeglut/receipt @ rev 20408
dropbear/sshx: localhost may be undef
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 31 10:05:34 2018 +0200 (2018-07-31) |
parents | 3b4e4318134e |
children | ae1fec5083b2 |
line diff
1.1 --- a/freeglut/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/freeglut/receipt Tue Jul 31 10:05:34 2018 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 compile_rules() 1.5 { 1.6 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.9 1.10 if [ ! -d $src ] ; then mv $PACKAGE-2.6.0 $src ; fi 1.11