summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-19 22:01:40 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-19 22:01:40 +0000
commit71dc8d8b9165561f99123fed467b5d9da4210815 (patch)
tree1829383aa1ee7e9b029ebad84a50f043ed6ea067 /net-analyzer/argus/files
parentUse no-herd (diff)
downloadgentoo-2-71dc8d8b9165561f99123fed467b5d9da4210815.tar.gz
gentoo-2-71dc8d8b9165561f99123fed467b5d9da4210815.tar.bz2
gentoo-2-71dc8d8b9165561f99123fed467b5d9da4210815.zip
Version bumps thanks to euscan.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
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, 22 insertions, 0 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
new file mode 100644
index 000000000000..17ed31bd7d42
--- /dev/null
+++ b/net-analyzer/argus/files/argus-3.0.4-disable-tcp-wrappers-automagic.patch
@@ -0,0 +1,22 @@
+--- configure.ac.org 2011-03-01 00:14:18.000000000 +0100
++++ configure.ac 2011-04-19 23:46:12.000000000 +0200
+@@ -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