wok-current diff gnaughty/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 | 9689f1b75619 |
children | 4260fa3444db |
line diff
1.1 --- a/gnaughty/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/gnaughty/receipt Tue Feb 17 09:42:47 2015 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgthread-2.0" 1.9 sed -i 's|curl/types|curl/curl|' src/http.c 1.10 ./configure --prefix=/usr && 1.11 make && make -j 1 install