wok diff libstatgrab/receipt @ rev 19706
audit: disable some preinstalled packages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 22:13:07 2017 +0100 (2017-02-14) |
parents | 088cda923570 |
children | 40d66aabe862 |
line diff
1.1 --- a/libstatgrab/receipt Tue Jun 11 13:42:26 2013 +0200 1.2 +++ b/libstatgrab/receipt Tue Feb 14 22:13:07 2017 +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 ./configure && 1.10 make && make -j 1 install 1.11 }