]> git.pld-linux.org Git - packages/icedove.git/blob - crashreporter.patch
- fix build with libnotify 0.7
[packages/icedove.git] / crashreporter.patch
1 --- icedove-3.1.2/mozilla/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc~    2010-08-03 02:28:30.000000000 +0300
2 +++ icedove-3.1.2/mozilla/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc     2010-08-17 18:39:51.092556800 +0300
3 @@ -43,6 +43,7 @@
4  #include <string.h>
5  #include <sys/mman.h>
6  #include <unistd.h>
7 +#include <sys/stat.h>
8  
9  #include <algorithm>
10  #include <cassert>
11 --- 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
12 +++ 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
13 @@ -62,8 +62,4 @@
14  CPP_PROG_LINK = 1
15  FORCE_USE_PIC = 1
16  
17 -#XXX: bug 554854 causes us to be unable to run binaries on the build slaves
18 -# due to them having an older libstdc++
19 -HOST_LDFLAGS += -static
20 -
21  include $(topsrcdir)/config/rules.mk
This page took 0.056847 seconds and 3 git commands to generate.