wok-next diff kexec-tools/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 | ead97edb5f62 |
children | 36278632a653 |
line diff
1.1 --- a/kexec-tools/receipt Wed Apr 16 08:27:17 2014 +0000 1.2 +++ b/kexec-tools/receipt Tue Feb 17 09:42:47 2015 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - export LDFLAGS="-lpthread" 1.8 + export LDFLAGS="$LDFLAGS -lpthread" 1.9 case "$ARCH" in 1.10 i?86) 1.11 ./configure prefix=/usr \