wok diff libstatgrab/receipt @ rev 17819
Up: blender 2.73a
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Mar 22 08:45:09 2015 +0000 (2015-03-22) |
parents | 088cda923570 |
children | 40d66aabe862 |
line diff
1.1 --- a/libstatgrab/receipt Tue Jun 11 13:42:26 2013 +0200 1.2 +++ b/libstatgrab/receipt Sun Mar 22 08:45:09 2015 +0000 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 }