mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
iftop: fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cbc4468094
commit
1ee9676ad3
@ -22,7 +22,9 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
export LIBS="-ltinfo"
|
||||
#strip_lto
|
||||
|
||||
export LIBS="-lpthread -ltinfo -lusb-1.0"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user