summaryrefslogtreecommitdiffstats
path: root/crashreporter-remove-static.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-27 17:51:33 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-27 17:51:33 +0100
commitd7fd99edc2ff74e6d3f6b545954d9480551c9034 (patch)
treed5e7e801d7b33c0c800ec181535fdefb830bb4f7 /crashreporter-remove-static.patch
parent2906413ae0c99e385e532d08d10b310bb86858c2 (diff)
thunderbird: sync with rawhide for lightning
Diffstat (limited to 'crashreporter-remove-static.patch')
-rw-r--r--crashreporter-remove-static.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/crashreporter-remove-static.patch b/crashreporter-remove-static.patch
new file mode 100644
index 0000000..9cc94fb
--- /dev/null
+++ b/crashreporter-remove-static.patch
@@ -0,0 +1,11 @@
+diff -up comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in
+--- comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static 2010-06-23 19:47:11.000000000 +0200
++++ comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in 2010-07-12 15:51:41.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