From 68f6ed2220727557903b3d4ca0f184b069aa7536 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Sun, 14 Feb 2010 04:58:06 +0100 Subject: [PATCH] Bug 481584 - add libpath to link jemalloc in xulrunner and xulrunner-stub on windows ce; (Cv1) Copy it to comm-central. r=Callek. --- config/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.mk b/config/config.mk index 8abade3fc2..9ee89c5518 100644 --- a/config/config.mk +++ b/config/config.mk @@ -150,7 +150,7 @@ MOZ_WIDGET_SUPPORT_LIBS = $(DIST)/lib/$(LIB_PREFIX)widgetsupport_s.$(LIB_SUFF ifdef MOZ_MEMORY ifneq ($(OS_ARCH),WINNT) -JEMALLOC_LIBS = $(MKSHLIB_FORCE_ALL) $(call EXPAND_LIBNAME,jemalloc) $(MKSHLIB_UNFORCE_ALL) +JEMALLOC_LIBS = $(MKSHLIB_FORCE_ALL) $(call EXPAND_LIBNAME_PATH,jemalloc,$(DIST)/lib) $(MKSHLIB_UNFORCE_ALL) endif endif