summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-12-12 14:34:51 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-12 14:34:51 +0100
commit7660b80e62dcf009808e23a35d0847087e17e200 (patch)
tree6dafbcb655908074d361545e076802db56335309
parentnet-analyzer/fping: remove unused patches (diff)
downloadgentoo-7660b80e62dcf009808e23a35d0847087e17e200.tar.gz
gentoo-7660b80e62dcf009808e23a35d0847087e17e200.tar.bz2
gentoo-7660b80e62dcf009808e23a35d0847087e17e200.zip
net-analyzer/hunt: remove unused patch
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--net-analyzer/hunt/files/hunt-1.5-flags.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-analyzer/hunt/files/hunt-1.5-flags.patch b/net-analyzer/hunt/files/hunt-1.5-flags.patch
deleted file mode 100644
index 2ffcd823847e..000000000000
--- a/net-analyzer/hunt/files/hunt-1.5-flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,8 +1,7 @@
--CFLAGS=-Wall -O2 -g -D_REENTRANT
-+CFLAGS += -I. -Wall -D_REENTRANT
- #CFLAGS+=-DSYNC_FAST
- #CFLAGS+=-D_WITH_LINUX_KERNEL_HDR
-
--LDFLAGS=
- #LDFLAGS=-static
-
- OBJ=hunt.o main.o c/list.o c/hash.o c/array.o util.o net.o \
-@@ -11,7 +10,7 @@
- addpolicy.o options.o resolv.o timer.o pktrelay.o
-
- hunt: $(OBJ)
-- $(CC) ${LDFLAGS} -o $@ $^ -lpthread
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -lpthread
-
- hunt_static: $(OBJ)
- $(CC) ${LDFLAGS} -static -o $@ $^ -lpthread