]> git.pld-linux.org Git - packages/stunnel.git/blame - stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
- 4.21
[packages/stunnel.git] / stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
CommitLineData
cbf63ccb 1--- stunnel-4.21/configure.ac.orig 2007-08-08 22:43:10.000000000 +0000
2+++ stunnel-4.21/configure.ac 2007-10-28 11:44:32.424648485 +0000
3@@ -92,8 +92,8 @@
4237336a 4 # Checks for standard libraries
806868e8 5 AC_SEARCH_LIBS(gethostbyname, nsl)
cbf63ccb 6 AC_SEARCH_LIBS(yp_get_default_domain, nsl)
37738084
JB
7-AC_CHECK_LIB(socket, socket)
8-AC_CHECK_LIB(util, openpty)
37738084
JB
9+AC_SEARCH_LIBS(socket, socket)
10+AC_SEARCH_LIBS(openpty, util)
11 # Checks for dynamic loader and zlib needed by OpenSSL
12 AC_CHECK_LIB(dl, dlopen)
13 AC_CHECK_LIB(dld, shl_load)
This page took 0.063559 seconds and 4 git commands to generate.