wok-next diff ftgl/receipt @ rev 13427
Add ntfsprogs-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 04 11:18:42 2012 +0200 (2012-10-04) |
parents | b8a5a7469925 |
children | 6b09507225ec |
line diff
1.1 --- a/ftgl/receipt Wed Nov 02 07:12:20 2011 +0000 1.2 +++ b/ftgl/receipt Thu Oct 04 11:18:42 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 &&