]> git.pld-linux.org Git - packages/stunnel.git/blobdiff - stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
- 4.16
[packages/stunnel.git] / stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
index dd655f99026e57b281a6f3b5e7d754b1ea5b777f..baa9ea8968cda89dee9a22314e17f90c99ef7300 100644 (file)
@@ -1,13 +1,11 @@
---- 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 @@
+--- stunnel-4.16/configure.ac.orig     2006-08-19 20:28:14.000000000 +0000
++++ stunnel-4.16/configure.ac  2006-09-02 12:00:10.916071750 +0000
+@@ -91,8 +91,8 @@
  AC_MSG_NOTICE([**************************************** libraries])
  # Checks for standard libraries
--AC_CHECK_LIB(nsl, gethostbyname)
+ AC_SEARCH_LIBS(gethostbyname, nsl)
 -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
This page took 0.093498 seconds and 4 git commands to generate.