]> git.pld-linux.org Git - packages/stunnel.git/blobdiff - stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
- updated gethostbyname_is_in_libc_aka_no_libnsl,libwrap_srv_name_log patches are...
[packages/stunnel.git] / stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
index 586608e8bc250e71dee997fe9702abb598d351d5..dd655f99026e57b281a6f3b5e7d754b1ea5b777f 100644 (file)
@@ -1,11 +1,15 @@
---- stunnel-3.22/configure.ac~ Mon Jan  7 14:16:03 2002
-+++ stunnel-3.22/configure.ac  Mon Jan  7 14:16:03 2002
-@@ -139,7 +139,7 @@
+--- stunnel-4.14/configure.ac.orig     2006-01-24 13:27:15.000000000 +0100
++++ stunnel-4.14/configure.ac  2006-01-24 13:28:56.000000000 +0100
+@@ -41,9 +41,9 @@
  
- dnl Checks for standard libraries.
- AC_CHECK_LIB(dl, dlopen)
+ AC_MSG_NOTICE([**************************************** libraries])
+ # Checks for standard libraries
 -AC_CHECK_LIB(nsl, gethostbyname)
-+AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
- AC_CHECK_LIB(socket, socket)
- # OSF hack instead of simple AC_CHECK_LIB here
+-AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(util, openpty)
++AC_SEARCH_LIBS(gethostbyname, nsl)
++AC_SEARCH_LIBS(socket, socket)
++AC_SEARCH_LIBS(openpty, util)
+ # Checks for dynamic loader and zlib needed by OpenSSL
+ AC_CHECK_LIB(dl, dlopen)
+ AC_CHECK_LIB(dld, shl_load)
This page took 0.065105 seconds and 4 git commands to generate.