29a772
diff -up xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47 xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in
29a772
--- xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47	2013-09-11 01:15:24.000000000 +0200
29a772
+++ xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in	2013-09-13 13:33:49.866875578 +0200
29a772
@@ -60,6 +60,9 @@ $(DIST)/bin/crashreporter.crt: $(topsrcd
29a772
 	$(PYTHON) $(srcdir)/certdata2pem.py < $< > $@
29a772
 endif
29a772
 
29a772
+# Needed for moz_free
29a772
+LIBS += -L$(LIBXUL_DIST)/lib -lmozalloc
29a772
+
29a772
 LIBS += \
29a772
   $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)breakpad_linux_common_s.$(LIB_SUFFIX) \
29a772
   $(NULL)