nethogs: unbreak cross compilation: disable tests.
This commit is contained in:
parent
56c3a10d77
commit
34f9b65911
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ distfiles="https://github.com/raboof/nethogs/archive/v${version}.tar.gz"
|
|||
checksum=6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc
|
||||
|
||||
do_build() {
|
||||
sed -i 's,all: decpcap_test test nethogs,all: nethogs,' Makefile
|
||||
make CC=$CC CXX=$CXX CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue