[Zlib-devel] zlib 1.2.4 released
Mark Adler
madler at alumni.caltech.edu
Fri Mar 12 10:11:31 EST 2010
On Mar 12, 2010, at 3:47 AM, Volker Grabsch wrote:
> There is a bug in the "--static" option. While the "make install-libs"
> tries to install shared libs only when they are really available,
> the _dependencies_ of "install-libs" still require the *.so file to
> be built.
Fixed. Thanks.
Mark
--- configure.124pre 2010-02-22 20:06:23.000000000 -0800
+++ configure 2010-03-12 07:06:14.000000000 -0800
@@ -215,6 +215,9 @@
LDSHARED="$CC"
ALL="static"
TEST="all teststatic"
+ SHAREDLIB=""
+ SHAREDLIBV=""
+ SHAREDLIBM=""
echo Building static library $STATICLIB version $VER with $CC.
else
ALL="static shared"
More information about the Zlib-devel
mailing list