зеркало из https://github.com/mozilla/pjs.git
Moved zlib from REQUIRES to a ifndef MOZ_NATIVE_ZLIB endif block.
This commit is contained in:
Родитель
6e35f5505f
Коммит
8876d7a20e
|
@ -46,7 +46,7 @@ CPPSRCS = \
|
|||
nsCCodeSourcePrincipal.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = xpcom security layer js jar zlib pref img util rdf caps
|
||||
REQUIRES = xpcom security layer js jar pref img util rdf caps
|
||||
|
||||
ifndef MOZ_NATIVE_ZLIB
|
||||
REQUIRES += zlib
|
||||
|
|
|
@ -83,7 +83,7 @@ CPPSRCS = color.cpp \
|
|||
|
||||
EXPORTS = PIMGCB.h PPSIMGCB.h
|
||||
|
||||
REQUIRES = jtools java nspr dbm util img layer js xpcom
|
||||
REQUIRES = jtools java dbm util img layer js xpcom
|
||||
|
||||
ifdef NU_CACHE
|
||||
REQUIRES += cache
|
||||
|
|
|
@ -30,7 +30,11 @@ MODULE = softupdate
|
|||
LIBRARY_NAME = softupdate
|
||||
|
||||
REQUIRES = softupdt js java net dbm img util layer pref \
|
||||
jar security lay style libreg network progress base xpcom caps zlib plugin oji ojiimpl
|
||||
jar security lay style libreg network progress base xpcom caps plugin oji ojiimpl
|
||||
|
||||
ifndef MOZ_NATIVE_ZLIB
|
||||
REQUIRES += zlib
|
||||
endif
|
||||
|
||||
INCLUDES += -I$(topsrcdir)/base/src
|
||||
|
||||
|
|
|
@ -22,7 +22,11 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
REQUIRES = softupdt zlib
|
||||
REQUIRES = softupdt
|
||||
|
||||
ifndef MOZ_NATIVE_ZLIB
|
||||
REQUIRES += zlib
|
||||
endif
|
||||
|
||||
CSRCS = nsdiff.c crc32.c
|
||||
|
||||
|
|
|
@ -68,6 +68,10 @@ endif
|
|||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
REQUIRES = network img lay layer util parse pref js \
|
||||
security marimurl style zlib softupdt mimetype ldap
|
||||
security marimurl style softupdt mimetype ldap
|
||||
|
||||
ifndef MOZ_NATIVE_ZLIB
|
||||
REQUIRES += zlib
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче