cd486f
diff -up firefox-60.5.0/memory/build/mozjemalloc.cpp.jemalloc-ppc firefox-60.5.0/memory/build/mozjemalloc.cpp
cd486f
--- firefox-60.5.0/memory/build/mozjemalloc.cpp.jemalloc-ppc	2019-01-22 10:25:30.764207480 +0100
cd486f
+++ firefox-60.5.0/memory/build/mozjemalloc.cpp	2019-01-22 10:28:48.352235343 +0100
cd486f
@@ -180,7 +180,7 @@ using namespace mozilla;
cd486f
 // Debug builds are opted out too, for test coverage.
cd486f
 #ifndef MOZ_DEBUG
cd486f
 #if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && \
cd486f
-    !defined(__aarch64__)
cd486f
+    !defined(__aarch64__) && !defined(__powerpc__)
cd486f
 #define MALLOC_STATIC_PAGESIZE 1
cd486f
 #endif
cd486f
 #endif