зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
31f3877090
Коммит
e30494cf79
|
@ -41,7 +41,7 @@ CPPSRCS = \
|
||||||
override NO_SHARED_LIB=1
|
override NO_SHARED_LIB=1
|
||||||
override NO_STATIC_LIB=
|
override NO_STATIC_LIB=
|
||||||
|
|
||||||
SHARED_LIBRARY_LIBS = $(DIST)/lib/libzlib.a
|
SHARED_LIBRARY_LIBS = $(DIST)/lib/libzlib_s.a
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче