summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nessus-core/files/2.2.9-asneeded.patch')
-rw-r--r--net-analyzer/nessus-core/files/2.2.9-asneeded.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-analyzer/nessus-core/files/2.2.9-asneeded.patch b/net-analyzer/nessus-core/files/2.2.9-asneeded.patch
deleted file mode 100644
index 581aba2c948d..000000000000
--- a/net-analyzer/nessus-core/files/2.2.9-asneeded.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- nessusd/Makefile | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/nessusd/Makefile b/nessusd/Makefile
-index 47a1e12..66641aa 100644
---- a/nessusd/Makefile
-+++ b/nessusd/Makefile
-@@ -3,7 +3,7 @@ include ../nessus.tmpl
- LIBS = `$(NASLCONFIG) --libs` `$(NESSUSCONFIG) --libs` \
- $(W_STATIC) $(W_DYNAMIC) \
- $(DL_LIB) \
-- $(COMPAT_LIB) $(LIBWRAP)
-+ $(COMPAT_LIB) $(LIBWRAP) `pcap-config --libs`
- NESSUS_INCLUDE=`sh ./cflags`
- OBJS = auth.o \
- attack.o \