2009-12-08 19:42:55 +00:00
|
|
|
Avoid linking with zlib, which is a dependency of openssl, not ours.
|
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2010-05-13 00:47:17 +00:00
|
|
|
@@ -23017,7 +23017,7 @@ if test $ac_cv_lib_z_inflateEnd = yes; t
|
2009-12-08 19:42:55 +00:00
|
|
|
#define HAVE_LIBZ 1
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
- LIBS="-lz $LIBS"
|
|
|
|
+# LIBS="-lz $LIBS"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|