wok-next diff libstatgrab/receipt @ rev 18483
Up slitaz-configs(263)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 09 01:31:14 2015 +0300 (2015-10-09) |
parents | 088cda923570 |
children | 6c12ac1293fc |
line diff
1.1 --- a/libstatgrab/receipt Tue Jun 11 13:42:26 2013 +0200 1.2 +++ b/libstatgrab/receipt Fri Oct 09 01:31:14 2015 +0300 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 }