]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-no_auto_libwrap.patch
- updated (0.80rc4)
[packages/clamav.git] / clamav-no_auto_libwrap.patch
1 diff -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)
10  
11  Some influential environment variables:
12    CC          C compiler command
13 @@ -12176,7 +12176,7 @@
14     { (exit 1); exit 1; }; } ;;
15    esac
16  else
17 -   tcpw=auto
18 +   tcpw=no
19  fi;
20  
21  if test "$tcpw" != "no" && test "$have_milter" = "yes" ; then
22 diff -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
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
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 "$tcpw" != "no" && test "$have_milter" = "yes" ; then
39          AC_CHECK_HEADERS(tcpd.h,[
This page took 0.031189 seconds and 3 git commands to generate.