packages/net/stunnel/patches/103-no-zlib-link.patch
nico 17628c1113 [packages] stunnel: update to 4.33 (closes: #7296)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-13 00:47:17 +00:00

13 lines
246 B
Diff

Avoid linking with zlib, which is a dependency of openssl, not ours.
--- a/configure
+++ b/configure
@@ -23017,7 +23017,7 @@ if test $ac_cv_lib_z_inflateEnd = yes; t
#define HAVE_LIBZ 1
_ACEOF
- LIBS="-lz $LIBS"
+# LIBS="-lz $LIBS"
fi