]> git.pld-linux.org Git - packages/anubis.git/blob - anubis-nolibnsl.patch
- openssl support is gone, enable gnutls by default
[packages/anubis.git] / anubis-nolibnsl.patch
1 diff -urN anubis-4.0.org/configure.ac anubis-4.0/configure.ac
2 --- anubis-4.0.org/configure.ac 2004-12-18 12:10:03.000000000 +0100
3 +++ anubis-4.0/configure.ac     2005-02-12 20:38:18.000000000 +0100
4 @@ -95,7 +95,6 @@
5  ])
6  
7  AC_CHECK_LIB(socket, socket)
8 -AC_CHECK_LIB(nsl, gethostbyaddr)
9  
10  AC_SUBST(INCLUDES)
11  case $build in
12 @@ -397,7 +396,6 @@
13         [with_tcp_wrappers=no])
14  if test "$with_tcp_wrappers" = "yes"; then
15   AC_CHECK_LIB(wrap, main,, with_tcp_wrappers=no)
16 - AC_CHECK_LIB(nsl, main,, with_tcp_wrappers=no)
17   AC_CHECK_HEADERS(tcpd.h,, with_tcp_wrappers=no)
18  fi
19  if test "$with_tcp_wrappers" = "yes"; then
This page took 0.101329 seconds and 3 git commands to generate.