From 248f46c5d363c41ae2401891c9c6df6d9bfc5ee9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Jun 1998 11:08:18 +0000 Subject: 0.3 ready --- zlib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zlib') diff --git a/zlib/Makefile b/zlib/Makefile index 6f76a64ea..bc8f9ea80 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -71,6 +71,7 @@ CATOBJEXT = .gmo CC = gcc CPP = gcc -E DATADIRNAME = share +DYNLINK_LDFLAGS = -rdynamic G10_LOCALEDIR = /usr/local/share/locale GENCAT = GMOFILES = de.gmo it.gmo @@ -91,7 +92,7 @@ POSUB = po RANLIB = ranlib USE_INCLUDED_LIBINTL = yes USE_NLS = yes -VERSION = 0.2.19c +VERSION = 0.3.0 ZLIBS = l = @@ -121,7 +122,7 @@ LIBRARIES = $(noinst_LIBRARIES) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.. CPPFLAGS = LDFLAGS = -LIBS = -lz +LIBS = -ldl -lz libzlib_a_LIBADD = libzlib_a_OBJECTS = adler32.o compress.o crc32.o gzio.o uncompr.o \ deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o \ -- cgit v1.2.3