]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- fix libwrap checking in configure(.in)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Oct 2001 12:37:51 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-conf.patch -> 1.1

stunnel-conf.patch [new file with mode: 0644]

diff --git a/stunnel-conf.patch b/stunnel-conf.patch
new file mode 100644 (file)
index 0000000..4255833
--- /dev/null
@@ -0,0 +1,14 @@
+--- stunnel-3.20/configure.in.orig     Tue Oct 16 14:17:10 2001
++++ stunnel-3.20/configure.in  Tue Oct 16 14:20:01 2001
+@@ -169,9 +169,9 @@
+     LIBS="-lwrap $saved_LIBS"
+     AC_TRY_LINK([int hosts_access(); int allow_severity, deny_severity;],
+       [hosts_access()],
+-      [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_LIBWRAP)],
++      [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_LIBWRAP) wrap_LIB="-lwrap"],
+       [AC_MSG_RESULT(no); LIBS="$saved_LIBS"])
+-       
++    LIBS="$saved_LIBS"
+   ]
+ )
This page took 0.086681 seconds and 4 git commands to generate.