]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Support external zlib in nonstandard directory
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Jun 2015 20:06:00 +0000 (22:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Jun 2015 20:09:02 +0000 (22:09 +0200)
Patch by David Froger.

NEWS.txt
configure.ac

index 4861a4f278917a587b2669df2de733092af0eb8d..22fe37836ea2bc35ee641b1751025b38751a5f2f 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,15 @@ ccache news
 ===========
 
 
+Unreleased
+----------
+
+Bug fixes
+~~~~~~~~~
+
+- Support external zlib in nonstandard directory.
+
+
 ccache 3.2.2
 ------------
 Release date: 2015-05-10
index 9e655889488cdc0f2b9f63197e922e649c6930a2..8d8ce92ec7863073b01878d72b3477436ce1121f 100644 (file)
@@ -120,7 +120,7 @@ if test x${use_bundled_zlib} = xyes; then
     extra_libs="zlib/libz.a"
     mkdir -p zlib
 else
-    extra_ldflags="-lz"
+    extra_libs="-lz"
 fi
 
 dnl Linking on Windows needs ws2_32