wok diff ftgl/receipt @ rev 13032
sshttp: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 12 18:05:07 2012 +0200 (2012-06-12) |
parents | b8a5a7469925 |
children | 6b09507225ec |
line diff
1.1 --- a/ftgl/receipt Wed Nov 02 07:12:20 2011 +0000 1.2 +++ b/ftgl/receipt Tue Jun 12 18:05:07 2012 +0200 1.3 @@ -15,6 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.8 + export LDFLAGS="-Wl,--copy-dt-needed-entries -lGL" 1.9 ./configure \ 1.10 --with-pic \ 1.11 $CONFIGURE_ARGS &&