[xulrunner] Crash reporter static patch added

Jan Horak xhorak at fedoraproject.org
Wed Dec 15 11:25:39 UTC 2010


commit add23b38a29e85f6124b73e6b8efc0e6188b06a1
Author: Jan Horak <jhorak at redhat.com>
Date:   Wed Dec 15 12:25:29 2010 +0100

    Crash reporter static patch added

 crashreporter-remove-static.patch |   11 +++++++++++
 xulrunner.spec                    |    2 ++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/crashreporter-remove-static.patch b/crashreporter-remove-static.patch
new file mode 100644
index 0000000..b94d165
--- /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
+--- mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static	2010-06-23 19:47:11.000000000 +0200
++++ 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
diff --git a/xulrunner.spec b/xulrunner.spec
index cd9ad26..5b40625 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -54,6 +54,7 @@ Patch20:        mozilla-193-pkgconfig.patch
 Patch21:        mozilla-libjpeg-turbo.patch
 Patch22:        mozilla-notify.patch
 Patch23:        wmclass.patch
+Patch24:        crashreporter-remove-static.patch
 
 # Upstream patches
 Patch100:       mozilla-ps-pdf-simplify-operators.patch
@@ -159,6 +160,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
 %patch21 -p2 -b .jpeg-turbo
 %patch22 -p2 -b .notify
 %patch23 -p1 -b .wmclass
+%patch24 -p1 -b .static
 
 #%patch100 -p1 -b .ps-pdf-simplify-operators
 


More information about the scm-commits mailing list