wok-next diff trafshow/receipt @ rev 18926
Add lz5
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 25 14:32:25 2016 +0100 (2016-02-25) |
parents | 23c3aed67cd9 |
children | 0c247ee1a841 |
line diff
1.1 --- a/trafshow/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/trafshow/receipt Thu Feb 25 14:32:25 2016 +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 -