summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-10-31 06:58:05 +0100
committerJeroen Roovers <jer@gentoo.org>2015-10-31 06:58:05 +0100
commit33dc96b7a44275f0defabb7033b8fb2f527f6c39 (patch)
treeca760061af1fabb7dc5c2dc9eade5e97d649e00c /net-analyzer/argus/files
parentdev-qt/qtlockedfile: Stable for PPC64 (bug #554806). (diff)
downloadgentoo-33dc96b7a44275f0defabb7033b8fb2f527f6c39.tar.gz
gentoo-33dc96b7a44275f0defabb7033b8fb2f527f6c39.tar.bz2
gentoo-33dc96b7a44275f0defabb7033b8fb2f527f6c39.zip
net-analyzer/argus: Old.
Package-Manager: portage-2.2.23
Diffstat (limited to 'net-analyzer/argus/files')
-rw-r--r--net-analyzer/argus/files/argus-3.0.4-disable-tcp-wrappers-automagic.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-analyzer/argus/files/argus-3.0.4-disable-tcp-wrappers-automagic.patch b/net-analyzer/argus/files/argus-3.0.4-disable-tcp-wrappers-automagic.patch
deleted file mode 100644
index 77bde434282c..000000000000
--- a/net-analyzer/argus/files/argus-3.0.4-disable-tcp-wrappers-automagic.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -270,6 +270,11 @@
- LIBS="$LIBS $V_PCAPDEP"
- fi
-
-+AC_ARG_WITH(wrappers,
-+ [ --with-wrappers build with libwrappers suuport],
-+ with_wrappers="$withval",
-+ with_wrappers="yes")
-+if test "x$with_wrappers" != "xno"; then
- AC_QOSIENT_TCPWRAP(V_WRAPDEP, V_INCLS)
- if test ! -z "$V_WRAPDEP"; then
- if test -f $V_WRAPDEP; then
-@@ -293,6 +298,7 @@
- AC_DEFINE([HAVE_TCP_WRAPPER], [], [Using Tcp wrappers])
- WRAPLIBS="$V_WRAPDEP"
- fi
-+fi
-
- AC_CHECK_FUNCS(xdrmem_create)
- if test "$ac_cv_func_xdrmem_create" = yes; then