From: Joel Rosdahl Date: Mon, 1 Jun 2015 20:06:00 +0000 (+0200) Subject: Support external zlib in nonstandard directory X-Git-Tag: v3.2.3~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0220de9c8ebfb18caae2ac1aa163d060e98ceade;p=thirdparty%2Fccache.git Support external zlib in nonstandard directory Patch by David Froger. --- diff --git a/NEWS.txt b/NEWS.txt index 4861a4f27..22fe37836 100644 --- 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 diff --git a/configure.ac b/configure.ac index 9e6558894..8d8ce92ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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