e2c46b
diff -up firefox-60.0/memory/build/mozjemalloc.cpp.ppc-jemalloc firefox-60.0/memory/build/mozjemalloc.cpp
e2c46b
--- firefox-60.0/memory/build/mozjemalloc.cpp.ppc-jemalloc	2018-06-06 14:39:28.454371053 +0200
e2c46b
+++ firefox-60.0/memory/build/mozjemalloc.cpp	2018-06-06 14:39:40.242397928 +0200
e2c46b
@@ -180,7 +180,7 @@ using namespace mozilla;
e2c46b
 // Debug builds are opted out too, for test coverage.
e2c46b
 #ifndef MOZ_DEBUG
e2c46b
 #if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) &&         \
e2c46b
-  !defined(__aarch64__)
e2c46b
+  !defined(__aarch64__) && !defined(__powerpc__)
e2c46b
 #define MALLOC_STATIC_PAGESIZE 1
e2c46b
 #endif
7b08d5
 #endif