summaryrefslogtreecommitdiffstats
path: root/xulrunner-24.0-gcc47.patch
blob: a6bff8e2f05f76cf9c856de47868d7881ab453e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -up xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47 xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in
--- xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47	2013-09-11 01:15:24.000000000 +0200
+++ xulrunner-24.0/mozilla-release/toolkit/crashreporter/client/Makefile.in	2013-09-13 13:33:49.866875578 +0200
@@ -60,6 +60,9 @@ $(DIST)/bin/crashreporter.crt: $(topsrcd
 	$(PYTHON) $(srcdir)/certdata2pem.py < $< > $@
 endif
 
+# Needed for moz_free
+LIBS += -L$(LIBXUL_DIST)/lib -lmozalloc
+
 LIBS += \
   $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)breakpad_linux_common_s.$(LIB_SUFFIX) \
   $(NULL)