diff options
Diffstat (limited to 'net-analyzer/nfdump/files/nfdump-1.5.8-parallel.patch')
-rw-r--r-- | net-analyzer/nfdump/files/nfdump-1.5.8-parallel.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-analyzer/nfdump/files/nfdump-1.5.8-parallel.patch b/net-analyzer/nfdump/files/nfdump-1.5.8-parallel.patch deleted file mode 100644 index 98c5ed87d3f7..000000000000 --- a/net-analyzer/nfdump/files/nfdump-1.5.8-parallel.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur a/Makefile.in b/Makefile.in ---- a/Makefile.in 2009-05-17 15:10:24.000000000 -0500 -+++ b/Makefile.in 2009-05-17 15:12:33.000000000 -0500 -@@ -72,6 +72,10 @@ - - all: $(OBJECTS) - -+nfreplay.o: grammar.h -+ -+nftree.o: grammar.h -+ - nfcapd: $(NFCAPD_OBJ) - $(CC) $(CFLAGS) -o $@ $(NFCAPD_OBJ) $(LDFLAGS) $(LIBS) - |