SOURCES: opendchub-no_nsl.patch (NEW) - patch to disable nsl check...

undefine undefine at pld-linux.org
Mon Jan 15 18:20:25 CET 2007


Author: undefine                     Date: Mon Jan 15 17:20:25 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch to disable nsl check (not needed on linux)

---- Files affected:
SOURCES:
   opendchub-no_nsl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/opendchub-no_nsl.patch
diff -u /dev/null SOURCES/opendchub-no_nsl.patch:1.1
--- /dev/null	Mon Jan 15 18:20:25 2007
+++ SOURCES/opendchub-no_nsl.patch	Mon Jan 15 18:20:20 2007
@@ -0,0 +1,11 @@
+--- opendchub-0.7.15/configure.in~	2003-11-10 16:07:32.000000000 +0100
++++ opendchub-0.7.15/configure.in	2007-01-15 11:40:31.735397119 +0100
+@@ -10,7 +10,7 @@
+ 
+ dnl Checks for libraries.
+ AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(nsl, gethostbyname)
++# AC_CHECK_LIB(nsl, gethostbyname)
+ AC_CHECK_LIB(crypt, crypt)
+ AC_CHECK_LIB(crypto, crypt)
+ 
================================================================


More information about the pld-cvs-commit mailing list