forked from mirrors/gecko-dev
Backed out changeset 6772511dc81a (bug 451918) to see if it fixes broken linux leak stats (bug 455095)
This commit is contained in:
parent
515f67d99a
commit
5b6d295e80
1 changed files with 8 additions and 1 deletions
|
|
@ -117,11 +117,18 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||||
TK_LIBS := $(TK_LIBS)
|
TK_LIBS := $(TK_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef MOZ_ENABLE_LIBXUL
|
||||||
|
APP_XPCOM_LIBS = $(XPCOM_GLUE_LDOPTS)
|
||||||
|
else
|
||||||
|
MOZILLA_INTERNAL_API = 1
|
||||||
|
APP_XPCOM_LIBS = $(XPCOM_LIBS)
|
||||||
|
endif
|
||||||
|
|
||||||
LIBS += \
|
LIBS += \
|
||||||
$(STATIC_COMPONENTS_LINKER_PATH) \
|
$(STATIC_COMPONENTS_LINKER_PATH) \
|
||||||
$(EXTRA_DSO_LIBS) \
|
$(EXTRA_DSO_LIBS) \
|
||||||
$(MOZ_JS_LIBS) \
|
$(MOZ_JS_LIBS) \
|
||||||
$(XPCOM_GLUE_LDOPTS) \
|
$(APP_XPCOM_LIBS) \
|
||||||
$(NSPR_LIBS) \
|
$(NSPR_LIBS) \
|
||||||
$(TK_LIBS) \
|
$(TK_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue