]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- fix crashreporter build
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Aug 2010 18:39:59 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crashreporter.patch -> 1.1

crashreporter.patch [new file with mode: 0644]

diff --git a/crashreporter.patch b/crashreporter.patch
new file mode 100644 (file)
index 0000000..dfe3a17
--- /dev/null
@@ -0,0 +1,21 @@
+--- icedove-3.1.2/mozilla/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc~   2010-08-03 02:28:30.000000000 +0300
++++ icedove-3.1.2/mozilla/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc    2010-08-17 18:39:51.092556800 +0300
+@@ -43,6 +43,7 @@
+ #include <string.h>
+ #include <sys/mman.h>
+ #include <unistd.h>
++#include <sys/stat.h>
+ #include <algorithm>
+ #include <cassert>
+--- icedove-3.1.2/mozilla/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in~ 2010-08-17 18:24:25.755776132 +0300
++++ icedove-3.1.2/mozilla/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in  2010-08-17 19:16:17.356296784 +0300
+@@ -62,8 +62,4 @@
+ CPP_PROG_LINK = 1
+ 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
+-
+ include $(topsrcdir)/config/rules.mk
This page took 0.774283 seconds and 4 git commands to generate.