wok-current diff iftop/receipt @ rev 18279
Up mate-panel: update deps
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sun Aug 09 17:20:41 2015 -0300 (2015-08-09) |
parents | de49f29b101e |
children | 83b97236db32 |
line diff
1.1 --- a/iftop/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/iftop/receipt Sun Aug 09 17:20:41 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 -