wok diff iftop/receipt @ rev 22539
updated bird (2.0.3 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 16:08:36 2020 +0100 (2020-01-03) |
parents | de49f29b101e |
children | 83b97236db32 |
line diff
1.1 --- a/iftop/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/iftop/receipt Fri Jan 03 16:08:36 2020 +0100 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 -