wifidog: moved to github
[openwrt/svn-archive/packages.git] / net / stunnel / patches / 103-no-zlib-link.patch
1 Avoid linking with zlib, which is a dependency of openssl, not ours.
2 --- a/configure
3 +++ b/configure
4 @@ -23017,7 +23017,7 @@ if test $ac_cv_lib_z_inflateEnd = yes; t
5 #define HAVE_LIBZ 1
6 _ACEOF
7
8 - LIBS="-lz $LIBS"
9 +# LIBS="-lz $LIBS"
10
11 fi
12