[Zlib-devel] zlib 1.2.3.4 Winter Solstice Edition

Mark Brown broonie at sirena.org.uk
Thu Dec 24 11:38:02 EST 2009


On Tue, Dec 22, 2009 at 10:07:21AM +0100, Vincent Torri wrote:
> On Mon, 21 Dec 2009, Mark Adler wrote:

> >Faithful and patient zlib testers,
> >
> >zlib 1.2.3.4 is available here for testing:
> >
> >   http://zlib.net/current/beta/zlib-1.2.3.4.tar.gz
> >
> >Please give it a try and let me know how it goes.
> >
> >Also if there are previous patches you sent that you don't see incorporated that you'd like to see in there, please resend them.

I need the patch below to install the shared library with "make
install":

We need to list the versioned shared library as one of the LIBS so that 
targets operating on all the libraries such as 'make install' enumerate
it.

--- zlib-1.2.3.4.dfsg.orig/Makefile.in
+++ zlib-1.2.3.4.dfsg/Makefile.in
@@ -34,7 +34,7 @@ STATICLIB=libz.a
 SHAREDLIB=libz.so
 SHAREDLIBV=libz.so.1.2.3.4
 SHAREDLIBM=libz.so.1
-LIBS=$(STATICLIB) $(SHAREDLIB)
+LIBS=$(STATICLIB) $(SHAREDLIB) $(SHAREDLIBV)
 
 AR=ar rc
 RANLIB=ranlib




More information about the Zlib-devel mailing list