summaryrefslogtreecommitdiffstats
path: root/xulrunner-15.0-gcc47.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-28 13:41:27 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-28 13:41:27 +0200
commit6f0113bdef18bdc597a7c79a89e8ab9b6a11a146 (patch)
tree4ab84cbacdb9a8441261e833ed4d62c26b9390ab /xulrunner-15.0-gcc47.patch
parentae594094606ae28490c52bde58690c795d17d08e (diff)
Xulrunner / Firefox 15.0
Diffstat (limited to 'xulrunner-15.0-gcc47.patch')
-rw-r--r--xulrunner-15.0-gcc47.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/xulrunner-15.0-gcc47.patch b/xulrunner-15.0-gcc47.patch
new file mode 100644
index 0000000..0d44796
--- /dev/null
+++ b/xulrunner-15.0-gcc47.patch
@@ -0,0 +1,13 @@
+diff -up xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in.gcc47 xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in
+--- xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in.gcc47 2012-08-15 07:48:31.000000000 +0200
++++ xulrunner-15.0/mozilla-beta/toolkit/crashreporter/client/Makefile.in 2012-08-20 15:05:41.782947739 +0200
+@@ -34,6 +34,9 @@ CPPSRCS = \
+ crashreporter.cpp \
+ $(NULL)
+
++# Needed for moz_free
++LIBS += -L$(LIBXUL_DIST)/lib -lmozalloc
++
+ ifeq ($(OS_ARCH),WINNT)
+ CPPSRCS += crashreporter_win.cpp
+ LIBS += \