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