Bug 749695 - building with --disable-jemalloc fails [r=mwu]

This commit is contained in:
Fabrice Desré 2012-04-30 09:32:57 -07:00
parent 2cfdab8b94
commit af97db1f76

View File

@ -83,11 +83,9 @@ endif
endif
ifeq (Android,$(OS_TARGET))
ifdef MOZ_MEMORY
# To properly wrap jemalloc's pthread_atfork call.
EXTRA_DSO_LDOPTS += -Wl,--wrap=pthread_atfork
CPPSRCS += BionicGlue.cpp
endif
SHARED_LIBRARY_LIBS += $(call EXPAND_LIBNAME_PATH,android,$(DEPTH)/other-licenses/android)
endif