wok-next diff ftgl/receipt @ rev 18518
connman-tools: add filesystem path
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Oct 25 12:06:37 2015 -0400 (2015-10-25) |
parents | 3b4e4318134e |
children | 145bc1c732ca |
line diff
1.1 --- a/ftgl/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/ftgl/receipt Sun Oct 25 12:06:37 2015 -0400 1.3 @@ -18,7 +18,7 @@ 1.4 { 1.5 cd $src 1.6 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lGL" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lGL" 1.9 ./configure \ 1.10 --with-pic \ 1.11 $CONFIGURE_ARGS &&