From d42200bec37eef2a7478d88988ff00addd0a9202 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Jan 2020 11:50:47 +0000 Subject: gentoo resync : 25.01.2020 --- net-analyzer/hunt/files/hunt-1.5-gentoo.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net-analyzer/hunt/files/hunt-1.5-gentoo.patch (limited to 'net-analyzer/hunt/files/hunt-1.5-gentoo.patch') diff --git a/net-analyzer/hunt/files/hunt-1.5-gentoo.patch b/net-analyzer/hunt/files/hunt-1.5-gentoo.patch new file mode 100644 index 000000000000..e0bcccae0aae --- /dev/null +++ b/net-analyzer/hunt/files/hunt-1.5-gentoo.patch @@ -0,0 +1,19 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,4 +1,4 @@ +-CFLAGS=-Wall -O2 -g -D_REENTRANT -std=gnu89 ++CFLAGS += -Wall -D_REENTRANT -std=gnu89 + #CFLAGS+=-DSYNC_FAST + #CFLAGS+=-D_WITH_LINUX_KERNEL_HDR + +--- a/tpserv/Makefile ++++ b/tpserv/Makefile +@@ -3,7 +3,7 @@ + all: tpserv + + tpserv: tpserv.o +- $(CC) -o $@ $< $(LIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) + + clean: + rm -f *.o -- cgit v1.2.3