summaryrefslogtreecommitdiffstats
path: root/mozilla-crashreporter-static.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-12-12 11:55:25 +0100
committerRemi Collet <fedora@famillecollet.com>2010-12-12 11:55:25 +0100
commit625edb59e04f800e31688b7e5bc69c8b8018748b (patch)
tree1082f3ef30e960f7cffd131ee29f600ae3015ccd /mozilla-crashreporter-static.patch
parentfc466de7fc81171ca0109979395afda5bee5fd65 (diff)
firefox 3.6.13
Diffstat (limited to 'mozilla-crashreporter-static.patch')
-rw-r--r--mozilla-crashreporter-static.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mozilla-crashreporter-static.patch b/mozilla-crashreporter-static.patch
new file mode 100644
index 0000000..610b66e
--- /dev/null
+++ b/mozilla-crashreporter-static.patch
@@ -0,0 +1,11 @@
+diff -up mozilla-1.9.2/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static mozilla-1.9.2/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
+--- mozilla-1.9.2/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static 2010-09-14 20:53:09.000000000 +0200
++++ mozilla-1.9.2/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in 2010-10-13 14:21:14.000000000 +0200
+@@ -64,6 +64,6 @@ FORCE_USE_PIC = 1
+
+ #XXX: bug 554854 causes us to be unable to run binaries on the build slaves
+ # due to them having an older libstdc++
+-HOST_LDFLAGS += -static
++#HOST_LDFLAGS += -static
+
+ include $(topsrcdir)/config/rules.mk