]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- updated for 4.12
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 30 Sep 2005 07:22:23 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch -> 1.6

stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch

index 3fab9b08553173070f8948a0706f3a662d891c97..fa5dbe8ea2f1ba90eb85bdca91a4d7ac13e8fd40 100644 (file)
@@ -1,11 +1,12 @@
---- stunnel-4.04/configure.ac.orig     Sun Jan 12 18:23:14 2003
-+++ stunnel-4.04/configure.ac  Sun Jan 12 18:23:25 2003
-@@ -107,7 +107,7 @@
- dnl Checks for standard libraries.
- AC_CHECK_LIB(dl, dlopen)
- AC_CHECK_LIB(dld, shl_load)
+diff -ur stunnel-4.12/configure.ac stunnel-4.12.new/configure.ac
+--- stunnel-4.12/configure.ac  2005-09-29 19:56:55.000000000 +0000
++++ stunnel-4.12.new/configure.ac      2005-09-30 07:20:00.968968264 +0000
+@@ -42,7 +42,7 @@
+ # Checks for standard libraries
+ #AC_CHECK_LIB(dl, dlopen)
+ #AC_CHECK_LIB(dld, shl_load)
 -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(util, openpty)
+ AC_CHECK_LIB(z, inflateEnd)
This page took 0.052491 seconds and 4 git commands to generate.