6b25e5e
diff -up thunderbird-52.0/mozilla/memory/mozjemalloc/jemalloc.c.852698 thunderbird-52.0/mozilla/memory/mozjemalloc/jemalloc.c
6b25e5e
--- thunderbird-52.0/mozilla/memory/mozjemalloc/jemalloc.c.852698	2017-04-04 10:32:15.667281885 +0200
6b25e5e
+++ thunderbird-52.0/mozilla/memory/mozjemalloc/jemalloc.c	2017-04-04 10:35:15.907018486 +0200
6b25e5e
@@ -1096,7 +1096,7 @@ static const bool config_recycle = false
61f7dd5
  * controlling the malloc behavior are defined as compile-time constants
61f7dd5
  * for best performance and cannot be altered at runtime.
61f7dd5
  */
6b25e5e
-#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__aarch64__)
6b25e5e
+#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__aarch64__) && !defined(__powerpc__)
61f7dd5
 #define MALLOC_STATIC_SIZES 1
61f7dd5
 #endif
61f7dd5