iftop: fix build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-05 12:26:58 +01:00
parent cbc4468094
commit 1ee9676ad3
2 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,9 @@
. config/options $1
export LIBS="-ltinfo"
#strip_lto
export LIBS="-lpthread -ltinfo -lusb-1.0"
cd $PKG_BUILD

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://htop.sourceforge.net/"
PKG_URL="http://www.ex-parrot.com/pdw/iftop/download/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="ncurses libpcap"
PKG_BUILD_DEPENDS="toolchain ncurses libpcap"
PKG_DEPENDS="ncurses"
PKG_BUILD_DEPENDS="toolchain ncurses libusb libpcap"
PKG_PRIORITY="optional"
PKG_SECTION="debug/tools"
PKG_SHORTDESC="iftop: display bandwidth usage on an interface"