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).
This commit is contained in:
sgehani%netscape.com 2000-08-18 23:41:15 +00:00
Родитель 31f3877090
Коммит e30494cf79
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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