summaryrefslogtreecommitdiff
path: root/net-analyzer/hunt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /net-analyzer/hunt/files
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'net-analyzer/hunt/files')
-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