]> git.pld-linux.org Git - packages/anubis.git/blobdiff - anubis-nolibnsl.patch
- up for 4.0
[packages/anubis.git] / anubis-nolibnsl.patch
index 816261e905249d6bde238714171a184eb601e47c..7b4677bb1709cd1cd29dc1d92179f205121bb981 100644 (file)
@@ -1,10 +1,19 @@
---- anubis-3.6.2/configure.ac.orig     2003-10-25 02:09:07.000000000 +0200
-+++ anubis-3.6.2/configure.ac  2003-10-25 02:12:02.521033808 +0200
-@@ -205,7 +205,6 @@
+diff -urN anubis-4.0.org/configure.ac anubis-4.0/configure.ac
+--- anubis-4.0.org/configure.ac        2004-12-18 12:10:03.000000000 +0100
++++ anubis-4.0/configure.ac    2005-02-12 20:38:18.000000000 +0100
+@@ -95,7 +95,6 @@
+ ])
+ AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(nsl, gethostbyaddr)
+ AC_SUBST(INCLUDES)
+ case $build in
+@@ -397,7 +396,6 @@
        [with_tcp_wrappers=no])
  if test "$with_tcp_wrappers" = "yes"; then
-  AC_CHECK_LIB(wrap, main)
-- AC_CHECK_LIB(nsl, main)
-  AC_CHECK_HEADERS(tcpd.h)
-  AC_MSG_RESULT([Enabling libwrap (TCP wrappers) support...])
+  AC_CHECK_LIB(wrap, main,, with_tcp_wrappers=no)
+- AC_CHECK_LIB(nsl, main,, with_tcp_wrappers=no)
+  AC_CHECK_HEADERS(tcpd.h,, with_tcp_wrappers=no)
  fi
+ if test "$with_tcp_wrappers" = "yes"; then
This page took 0.611239 seconds and 4 git commands to generate.