wok diff trafshow/receipt @ rev 17764
epdf: hide false positive
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 12 09:36:28 2015 +0100 (2015-03-12) |
parents | 23c3aed67cd9 |
children | 6135577f4d08 |
line diff
1.1 --- a/trafshow/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/trafshow/receipt Thu Mar 12 09:36:28 2015 +0100 1.3 @@ -16,7 +16,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 1.10 # fix session.c bug 1.11 sed -i '43d' session.c 1.12 @@ -40,4 +40,3 @@ 1.13 sed -i 's|513|#513|' $fs/etc/trafshow 1.14 sed -i 's|514|#514|' $fs/etc/trafshow 1.15 } 1.16 -