wok-next diff libstatgrab/receipt @ rev 18924
glibc: fix build (thanks az_ua)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 25 14:47:17 2016 +0200 (2016-02-25) |
parents | 088cda923570 |
children | 6c12ac1293fc |
line diff
1.1 --- a/libstatgrab/receipt Tue Jun 11 13:42:26 2013 +0200 1.2 +++ b/libstatgrab/receipt Thu Feb 25 14:47:17 2016 +0200 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 }