]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- don't perform autodetection for libwrap
authortwittner <twittner@pld-linux.org>
Sat, 20 Mar 2004 22:25:28 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-no_auto_libwrap.patch -> 1.1

clamav-no_auto_libwrap.patch [new file with mode: 0644]

diff --git a/clamav-no_auto_libwrap.patch b/clamav-no_auto_libwrap.patch
new file mode 100644 (file)
index 0000000..de0404a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nura clamav-0.67-1.before/configure.in clamav-0.67-1/configure.in
+--- clamav-0.67-1.before/configure.in  2004-03-20 21:20:30.000000000 +0100
++++ clamav-0.67-1/configure.in 2004-03-20 21:22:28.000000000 +0100
+@@ -216,7 +216,7 @@
+   yes|no) tcpw="$withval" ;;
+   *)      AC_MSG_ERROR([--with-tcpwrappers does not take an argument]) ;;
+   esac],
+-[ tcpw=auto ])
++[ tcpw=no ])
+ if test x"$tcpw" != xno; then
+   err=no
This page took 0.131689 seconds and 4 git commands to generate.