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