wok diff iptstate/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 | cc6bbcf323fa |
children | c7c3567bd8d4 |
line diff
1.1 --- a/iptstate/receipt Sat Oct 11 14:25:56 2014 +0200 1.2 +++ b/iptstate/receipt Tue Feb 17 09:42:47 2015 +0100 1.3 @@ -15,7 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 make 1.10 } 1.11 1.12 @@ -25,4 +25,3 @@ 1.13 mkdir -p $fs/usr/sbin 1.14 cp -a $src/$PACKAGE $fs/usr/sbin 1.15 } 1.16 -