From 0b14e6f168d68f1cfec0ba157e723f66a0620a34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Sep 2012 12:47:59 +0200 Subject: Thunderbird 15.0.1 --- xulrunner-852698.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xulrunner-852698.patch (limited to 'xulrunner-852698.patch') diff --git a/xulrunner-852698.patch b/xulrunner-852698.patch new file mode 100644 index 0000000..34aa147 --- /dev/null +++ b/xulrunner-852698.patch @@ -0,0 +1,14 @@ +Index: comm-release/mozilla/memory/jemalloc/jemalloc.c +=================================================================== +--- comm-release.orig/mozilla/memory/jemalloc/jemalloc.c ++++ comm-release/mozilla/memory/jemalloc/jemalloc.c +@@ -1091,7 +1091,9 @@ static unsigned ncpus; + * controlling the malloc behavior are defined as compile-time constants + * for best performance and cannot be altered at runtime. + */ ++#if !(defined(__powerpc__)) + #define MALLOC_STATIC_SIZES 1 ++#endif + + #ifdef MALLOC_STATIC_SIZES + -- cgit