Blame SOURCES/xulrunner-24.0-jemalloc-ppc.patch

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