summaryrefslogtreecommitdiffstats
path: root/zlib
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-06-25 13:08:18 +0200
committerWerner Koch <wk@gnupg.org>1998-06-25 13:08:18 +0200
commit248f46c5d363c41ae2401891c9c6df6d9bfc5ee9 (patch)
treec4029a21e5794fdc111e934e7e0fb5b7e239f61d /zlib
parentnearly ready for 0.3.0 (diff)
downloadgnupg2-248f46c5d363c41ae2401891c9c6df6d9bfc5ee9.tar.xz
gnupg2-248f46c5d363c41ae2401891c9c6df6d9bfc5ee9.zip
0.3 readyV0-3-0
Diffstat (limited to 'zlib')
-rw-r--r--zlib/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \