From 5f6768d5921ba86bf8c45732af374a59dff41604 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 15 Jun 2011 05:17:03 +0200 Subject: [PATCH] Bug 662223 - Add -lmozalloc in link flags provided in libxul.pc. r=cjones,sr=bsmedberg --- xulrunner/installer/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xulrunner/installer/Makefile.in b/xulrunner/installer/Makefile.in index 688d401cf96..77caf533d0b 100644 --- a/xulrunner/installer/Makefile.in +++ b/xulrunner/installer/Makefile.in @@ -90,7 +90,7 @@ FULL_NSPR_LIBS=$(subst $(prefix),\$${sdkdir},$(shell $(DEPTH)/nsprpub/config/nsp NSPR_VERSION=$(shell $(DEPTH)/nsprpub/config/nspr-config --version) endif -MOZ_XUL_LINK = -lxpcomglue_s -lxul -lxpcom +MOZ_XUL_LINK = -lxpcomglue_s -lxul -lxpcom -lmozalloc ifdef JS_SHARED_LIBRARY MOZ_JS_LINK = -lmozjs else