]> git.pld-linux.org Git - packages/stunnel.git/blame - stunnel-conf.patch
- added ac_fixes patch which moves all AC_CHECK_SIZEOF() before libraries
[packages/stunnel.git] / stunnel-conf.patch
CommitLineData
1f664b05
JB
1--- stunnel-3.20/configure.in.orig Tue Oct 16 14:17:10 2001
2+++ stunnel-3.20/configure.in Tue Oct 16 14:20:01 2001
3@@ -169,9 +169,9 @@
4 LIBS="-lwrap $saved_LIBS"
5 AC_TRY_LINK([int hosts_access(); int allow_severity, deny_severity;],
6 [hosts_access()],
7- [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_LIBWRAP)],
8+ [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_LIBWRAP) wrap_LIB="-lwrap"],
9 [AC_MSG_RESULT(no); LIBS="$saved_LIBS"])
10-
11+ LIBS="$saved_LIBS"
12 ]
13 )
14
This page took 0.027964 seconds and 4 git commands to generate.