]> git.pld-linux.org Git - packages/anubis.git/commitdiff
- libnsl is not needed for libwrap
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Oct 2003 00:12:58 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anubis-nolibnsl.patch -> 1.1

anubis-nolibnsl.patch [new file with mode: 0644]

diff --git a/anubis-nolibnsl.patch b/anubis-nolibnsl.patch
new file mode 100644 (file)
index 0000000..816261e
--- /dev/null
@@ -0,0 +1,10 @@
+--- 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 @@
+       [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...])
+ fi
This page took 0.122781 seconds and 4 git commands to generate.