wok diff iftop/receipt @ rev 18917
Up: Correct link.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 08:39:49 2016 -0300 (2016-02-24) |
parents | de49f29b101e |
children | 83b97236db32 |
line diff
1.1 --- a/iftop/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/iftop/receipt Wed Feb 24 08:39:49 2016 -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 -