aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chromium/chromium-breakpad.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-11-24 13:19:01 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-11-24 13:19:26 -0600
commite3172f521768af3d349a22889229a0e9669de9c6 (patch)
tree17afc461941124d9c1721e009ac6f204cdf5daca /testing/chromium/chromium-breakpad.patch
parent228431404d99b59b6d67e52d47fa88f3b8cdccb0 (diff)
downloadaports-e3172f521768af3d349a22889229a0e9669de9c6.tar.bz2
aports-e3172f521768af3d349a22889229a0e9669de9c6.tar.xz
testing/chromium: it builds (no promises other than that though)
Diffstat (limited to 'testing/chromium/chromium-breakpad.patch')
-rw-r--r--testing/chromium/chromium-breakpad.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/chromium/chromium-breakpad.patch b/testing/chromium/chromium-breakpad.patch
new file mode 100644
index 0000000000..deb3af8cf5
--- /dev/null
+++ b/testing/chromium/chromium-breakpad.patch
@@ -0,0 +1,11 @@
+--- chromium-17.0.942.0.orig/breakpad/src/client/linux/handler/exception_handler.cc
++++ chromium-17.0.942.0/breakpad/src/client/linux/handler/exception_handler.cc
+@@ -474,7 +474,7 @@
+ }
+
+ bool ExceptionHandler::WriteMinidump() {
+-#if !defined(__ARM_EABI__)
++#if !defined(__ARM_EABI__) && !defined(__UCLIBC__)
+ // Allow ourselves to be dumped.
+ sys_prctl(PR_SET_DUMPABLE, 1);
+