From b6b03a0e1407ec80d326e87ef382afe3c66696a3 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 17 Feb 2018 20:45:13 +0100 Subject: [PATCH] nethogs: We don't need Makefile.patch --- root-packages/nethogs/Makefile.patch | 13 ------------- root-packages/nethogs/build.sh | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 root-packages/nethogs/Makefile.patch diff --git a/root-packages/nethogs/Makefile.patch b/root-packages/nethogs/Makefile.patch deleted file mode 100644 index 7670c102e..000000000 --- a/root-packages/nethogs/Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index fd413a0..88e2617 100644 ---- a/Makefile -+++ b/Makefile -@@ -3,7 +3,7 @@ export VERSION := $(shell ./determineVersion.sh) - #export PREFIX := /usr - export PREFIX ?= /usr/local - --all: decpcap_test test nethogs -+all: decpcap_test nethogs - - .PHONY: tgz release check install install_lib install_dev uninstall uninstall_lib nethogs libnethogs decpcap_test test clean all - tgz: clean diff --git a/root-packages/nethogs/build.sh b/root-packages/nethogs/build.sh index cd44d4f88..73824e923 100644 --- a/root-packages/nethogs/build.sh +++ b/root-packages/nethogs/build.sh @@ -7,4 +7,5 @@ TERMUX_PKG_FOLDERNAME=nethogs-${TERMUX_PKG_VERSION} TERMUX_PKG_DEPENDS="ncurses, libpcap" TERMUX_PKG_MAINTAINER="Pierre Rudloff " TERMUX_PKG_SHA256=6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc +TERMUX_PKG_EXTRA_MAKE_ARGS="nethogs" CPPFLAGS+=" -I./"