зеркало из https://github.com/mozilla/pjs.git
Bustage fix for bug 418016. Need to link jemalloc explicitly since SeaMonkey doesn't use libxul.
This commit is contained in:
Родитель
cfa76f350d
Коммит
af27082fe3
|
@ -54,6 +54,12 @@ DEFINES += \
|
|||
-DGRE_BUILDID=$(GRE_BUILDID) \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_MEMORY
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
LIBS += -ljemalloc
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME), 1)
|
||||
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче