[package] update stunnel to 4.29 (#6324)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/stunnel/patches/103-no-zlib-link.patch
Normal file
12
net/stunnel/patches/103-no-zlib-link.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Avoid linking with zlib, which is a dependency of openssl, not ours.
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -23001,7 +23001,7 @@ if test $ac_cv_lib_z_inflateEnd = yes; t
|
||||
#define HAVE_LIBZ 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lz $LIBS"
|
||||
+# LIBS="-lz $LIBS"
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user