]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-no_auto_libwrap.patch
- changelog fixed
[packages/clamav.git] / clamav-no_auto_libwrap.patch
CommitLineData
8b30b39d 1diff -Nura clamav-0.67-1.before/configure clamav-0.67-1/configure
2--- clamav-0.67-1.before/configure 2004-03-20 21:20:30.000000000 +0100
3+++ clamav-0.67-1/configure 2004-03-21 23:43:56.000000000 +0100
4@@ -1019,7 +1019,7 @@
5 --with-dbdir=path Path to virus database directory.
6 --with-db1=name Name of the main database (main.cvd).
7 --with-db2=name Name of the daily database (daily.cvd).
8- --with-tcpwrappers Support hosts.allow / hosts.deny (default=auto)
9+ --with-tcpwrappers Support hosts.allow / hosts.deny (default=no)
10
11 Some influential environment variables:
12 CC C compiler command
13@@ -9365,7 +9365,7 @@
14 { (exit 1); exit 1; }; } ;;
15 esac
16 else
17- tcpw=auto
18+ tcpw=no
19 fi;
20
21 if test x"$tcpw" != xno; then
01b23104 22diff -Nura clamav-0.67-1.before/configure.in clamav-0.67-1/configure.in
23--- clamav-0.67-1.before/configure.in 2004-03-20 21:20:30.000000000 +0100
8b30b39d 24+++ clamav-0.67-1/configure.in 2004-03-21 23:44:03.000000000 +0100
25@@ -211,12 +211,12 @@
26 # tcpwrappers support
27 # rules from http://ma.ph-freiburg.de/tng/tng-technical/2002-01/msg00094.html
28 AC_ARG_WITH(tcpwrappers,
29-[ --with-tcpwrappers Support hosts.allow / hosts.deny (default=auto)],
30+[ --with-tcpwrappers Support hosts.allow / hosts.deny (default=no)],
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
38 if test x"$tcpw" != xno; then
39 err=no
This page took 0.089071 seconds and 4 git commands to generate.