From e30494cf79ce79b7cdd4c0e89e3528224282b369 Mon Sep 17 00:00:00 2001 From: "sgehani%netscape.com" Date: Fri, 18 Aug 2000 23:41:15 +0000 Subject: [PATCH] This is the *real* fix for the Linux bustage. Sorry about this loss of time. Had to do with MOZ_NATIVE_ZLIB not being defined on my system (differs from the tbox builds I guess). --- modules/libjar/standalone/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libjar/standalone/Makefile.in b/modules/libjar/standalone/Makefile.in index 0869bd09ff6d..f5060a9d0d2f 100644 --- a/modules/libjar/standalone/Makefile.in +++ b/modules/libjar/standalone/Makefile.in @@ -41,7 +41,7 @@ CPPSRCS = \ override NO_SHARED_LIB=1 override NO_STATIC_LIB= -SHARED_LIBRARY_LIBS = $(DIST)/lib/libzlib.a +SHARED_LIBRARY_LIBS = $(DIST)/lib/libzlib_s.a include $(topsrcdir)/config/rules.mk