kalev / rpms / firefox

Forked from rpms/firefox 5 years ago
Clone
06549fe
diff -up firefox-48.0/memory/mozjemalloc/jemalloc.c.jemalloc-ppc firefox-48.0/memory/mozjemalloc/jemalloc.c
06549fe
--- firefox-48.0/memory/mozjemalloc/jemalloc.c.jemalloc-ppc	2016-07-26 10:51:46.385434384 +0200
06549fe
+++ firefox-48.0/memory/mozjemalloc/jemalloc.c	2016-07-26 10:53:49.061023106 +0200
06549fe
@@ -1090,7 +1090,7 @@ static const bool config_recycle = false
875d0c0
  * controlling the malloc behavior are defined as compile-time constants
875d0c0
  * for best performance and cannot be altered at runtime.
875d0c0
  */
06549fe
-#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__aarch64__)
06549fe
+#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__aarch64__) && !(defined(__powerpc__))
875d0c0
 #define MALLOC_STATIC_SIZES 1
875d0c0
 #endif
875d0c0