]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-no_auto_libwrap.patch
- rel 2
[packages/clamav.git] / clamav-no_auto_libwrap.patch
CommitLineData
0c604439 1diff -uNr clamav-0.80rc4.orig/configure clamav-0.80rc4/configure
2--- clamav-0.80rc4.orig/configure 2004-10-11 04:20:10.000000000 +0200
3+++ clamav-0.80rc4/configure 2004-10-16 23:35:11.146407944 +0200
4@@ -1042,7 +1042,7 @@
5 --with-dbdir=path path to virus database directory
6 --with-db1=name name of the main database (default=main.cvd)
7 --with-db2=name name of the daily database (default=daily.cvd)
8- --with-tcpwrappers support hosts.allow / hosts.deny (default=auto)
9+ --with-tcpwrappers support hosts.allow / hosts.deny (default=no)
8b30b39d 10
11 Some influential environment variables:
12 CC C compiler command
0c604439 13@@ -12176,7 +12176,7 @@
8b30b39d 14 { (exit 1); exit 1; }; } ;;
15 esac
16 else
17- tcpw=auto
18+ tcpw=no
19 fi;
20
0c604439 21 if test "$tcpw" != "no" && test "$have_milter" = "yes" ; then
22diff -uNr clamav-0.80rc4.orig/configure.in clamav-0.80rc4/configure.in
23--- clamav-0.80rc4.orig/configure.in 2004-10-11 04:13:35.000000000 +0200
24+++ clamav-0.80rc4/configure.in 2004-10-16 23:33:12.456451560 +0200
25@@ -480,12 +480,12 @@
26 dnl tcpwrappers support
27 dnl rules from http://ma.ph-freiburg.de/tng/tng-technical/2002-01/msg00094.html
8b30b39d 28 AC_ARG_WITH(tcpwrappers,
0c604439 29-[ --with-tcpwrappers support hosts.allow / hosts.deny (default=auto)],
30+[ --with-tcpwrappers support hosts.allow / hosts.deny (default=no)],
8b30b39d 31 [ case "$withval" in
01b23104 32 yes|no) tcpw="$withval" ;;
33 *) AC_MSG_ERROR([--with-tcpwrappers does not take an argument]) ;;
34 esac],
35-[ tcpw=auto ])
36+[ tcpw=no ])
37
0c604439 38 if test "$tcpw" != "no" && test "$have_milter" = "yes" ; then
39 AC_CHECK_HEADERS(tcpd.h,[
This page took 0.040444 seconds and 4 git commands to generate.