wok-next diff iftop/receipt @ rev 18510
xmlto: add all required format files to the package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 23 23:34:03 2015 +0300 (2015-10-23) |
parents | de49f29b101e |
children | 466bca9334ef |
line diff
1.1 --- a/iftop/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/iftop/receipt Fri Oct 23 23:34:03 2015 +0300 1.3 @@ -17,7 +17,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 --prefix=/usr --infodir=/usr/share/info \ 1.10 --mandir=/usr/share/man $CONFIGURE_ARGS 1.11 make 1.12 @@ -30,4 +30,3 @@ 1.13 mkdir -p $fs/usr/ 1.14 cp -a $install/usr/sbin $fs/usr 1.15 } 1.16 -