summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-29 20:27:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-29 20:29:43 +0100
commite17110aeb3863c1292eb3e58b7597174bea6cc85 (patch)
treeac3ca5ce5f3ff282fbf1cc22de463d473d5a8096 /package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
parent6b30dd2a4fc0f9f2ed61ddae25ef63b44270deae (diff)
firefox: update to latest stable version, runtime tested on IBM X40
Diffstat (limited to 'package/firefox/patches/patch-tools_profiler_core_platform-linux_cc')
-rw-r--r--package/firefox/patches/patch-tools_profiler_core_platform-linux_cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc b/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
new file mode 100644
index 000000000..da8f08abf
--- /dev/null
+++ b/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc
@@ -0,0 +1,11 @@
+--- firefox-42.0.orig/tools/profiler/core/platform-linux.cc 2015-10-29 23:18:01.000000000 +0100
++++ firefox-42.0/tools/profiler/core/platform-linux.cc 2015-12-17 05:41:35.091485672 +0100
+@@ -57,7 +57,7 @@
+ #include <fcntl.h> // open
+ #include <unistd.h> // sysconf
+ #include <semaphore.h>
+-#ifdef __GLIBC__
++#if defined(__GLIBC__) && !defined(__UCLIBC__)
+ #include <execinfo.h> // backtrace, backtrace_symbols
+ #endif // def __GLIBC__
+ #include <strings.h> // index