wok diff leocad/receipt @ rev 17670
Add missing -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 17 09:42:47 2015 +0100 (2015-02-17) |
parents | 2a5cc8208d36 |
children | aed0226fb87a |
line diff
1.1 --- a/leocad/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/leocad/receipt Tue Feb 17 09:42:47 2015 +0100 1.3 @@ -21,7 +21,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -ldl" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11 -ldl" 1.9 make PREFIX="/usr" config && 1.10 make && make install 1.11 }