]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
- updated for 4.12
[packages/stunnel.git] / stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
1 diff -ur stunnel-4.12/configure.ac stunnel-4.12.new/configure.ac
2 --- stunnel-4.12/configure.ac   2005-09-29 19:56:55.000000000 +0000
3 +++ stunnel-4.12.new/configure.ac       2005-09-30 07:20:00.968968264 +0000
4 @@ -42,7 +42,7 @@
5  # Checks for standard libraries
6  #AC_CHECK_LIB(dl, dlopen)
7  #AC_CHECK_LIB(dld, shl_load)
8 -AC_CHECK_LIB(nsl, gethostbyname)
9 +AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
10  AC_CHECK_LIB(socket, socket)
11  AC_CHECK_LIB(util, openpty)
12  AC_CHECK_LIB(z, inflateEnd)
This page took 0.096442 seconds and 4 git commands to generate.