diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-23 20:25:55 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-23 20:25:55 +0100 |
commit | 5d35b83763bfa9d6fa1e45800ffefe0401556a59 (patch) | |
tree | 790d35f753205730630e6d31c4c1a0607169dddf /xulrunner-24.0-jemalloc-ppc.patch | |
parent | Try to disable rust debuginfo on arm to have arm builds again (rhbz#1523912) (diff) | |
download | librewolf-fedora-ff-5d35b83763bfa9d6fa1e45800ffefe0401556a59.tar.gz librewolf-fedora-ff-5d35b83763bfa9d6fa1e45800ffefe0401556a59.tar.bz2 librewolf-fedora-ff-5d35b83763bfa9d6fa1e45800ffefe0401556a59.zip |
Update to Firefox 58
Diffstat (limited to 'xulrunner-24.0-jemalloc-ppc.patch')
-rw-r--r-- | xulrunner-24.0-jemalloc-ppc.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/xulrunner-24.0-jemalloc-ppc.patch b/xulrunner-24.0-jemalloc-ppc.patch index 840fca2..2e72a6d 100644 --- a/xulrunner-24.0-jemalloc-ppc.patch +++ b/xulrunner-24.0-jemalloc-ppc.patch @@ -1,12 +1,12 @@ -diff -up firefox-57.0b5/memory/build/mozjemalloc.cpp.old firefox-57.0b5/memory/build/mozjemalloc.cpp ---- firefox-57.0b5/memory/build/mozjemalloc.cpp.old 2017-10-06 12:00:27.938687498 +0200 -+++ firefox-57.0b5/memory/build/mozjemalloc.cpp 2017-10-06 12:02:45.232151309 +0200 -@@ -780,7 +780,7 @@ struct arena_t { - * controlling the malloc behavior are defined as compile-time constants - * for best performance and cannot be altered at runtime. - */ --#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__aarch64__) -+#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && !defined(__aarch64__) && !(defined(__powerpc__)) - #define MALLOC_STATIC_SIZES 1 +diff -up firefox-58.0/memory/build/mozjemalloc.cpp.jemalloc-ppc firefox-58.0/memory/build/mozjemalloc.cpp +--- firefox-58.0/memory/build/mozjemalloc.cpp.jemalloc-ppc 2018-01-23 13:12:28.618164403 +0100 ++++ firefox-58.0/memory/build/mozjemalloc.cpp 2018-01-23 13:18:26.638212523 +0100 +@@ -180,7 +180,7 @@ using namespace mozilla; + // Debug builds are opted out too, for test coverage. + #ifndef MOZ_DEBUG + #if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && \ +- !defined(__aarch64__) ++ !defined(__aarch64__) && !defined(__powerpc__) + #define MALLOC_STATIC_PAGESIZE 1 + #endif #endif - |