summaryrefslogtreecommitdiffstats
path: root/crashreporter-remove-static.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-27 20:28:00 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-27 20:28:00 +0200
commitc10d1f986d90756952f9cac4620c6290f8c588c1 (patch)
tree08e34f6ac198271df5a07b62a9d42e209be10570 /crashreporter-remove-static.patch
parent4a4dfd2def9c868b94062218a0e3a1589e5a630f (diff)
Thunderbird 15.0
Diffstat (limited to 'crashreporter-remove-static.patch')
-rw-r--r--crashreporter-remove-static.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/crashreporter-remove-static.patch b/crashreporter-remove-static.patch
deleted file mode 100644
index 330ab1a..0000000
--- a/crashreporter-remove-static.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Remove static build option from crashreporter to remove dependency on static libraries
-
-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