]> git.pld-linux.org Git - packages/nss.git/blame - nss-system-zlib.patch
- updated to 3.9.4 ("released" in cvs)
[packages/nss.git] / nss-system-zlib.patch
CommitLineData
8f656124
JB
1--- nss-3.8/mozilla/security/nss/cmd/manifest.mn.orig Tue Jan 28 18:53:19 2003
2+++ nss-3.8/mozilla/security/nss/cmd/manifest.mn Mon May 19 10:58:27 2003
985ee8fc 3@@ -37,7 +37,6 @@
8f656124 4 REQUIRES = nss nspr libdbm
985ee8fc
JB
5
6 DIRS = lib \
7- zlib \
8 atob \
9 bltest \
10 btoa \
8f656124
JB
11--- nss-3.8/mozilla/security/nss/cmd/platlibs.mk.orig Mon May 19 10:09:48 2003
12+++ nss-3.8/mozilla/security/nss/cmd/platlibs.mk Mon May 19 10:16:54 2003
13@@ -141,7 +141,7 @@
14 endif
15
16 JAR_LIBS = $(DIST)/lib/$(LIB_PREFIX)jar.$(LIB_SUFFIX) \
985ee8fc 17- $(DIST)/lib/$(LIB_PREFIX)zlib.$(LIB_SUFFIX) \
8f656124
JB
18+ -lz \
19 $(NULL)
20
21 else # USE_STATIC_LIBS
22@@ -219,7 +219,7 @@
23 $(NULL)
985ee8fc 24
8f656124
JB
25 JAR_LIBS = $(DIST)/lib/$(LIB_PREFIX)jar.$(LIB_SUFFIX) \
26- $(DIST)/lib/$(LIB_PREFIX)zlib.$(LIB_SUFFIX) \
27+ -lz \
28 $(NULL)
29 endif
985ee8fc 30
This page took 0.08699 seconds and 4 git commands to generate.