~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/patches/ppc-no-static-sizes.patch

  • Committer: Rico Tzschichholz
  • Date: 2017-09-26 13:22:04 UTC
  • Revision ID: ricotz@ubuntu.com-20170926132204-j4oynh4hho7yan3j
* New upstream release from the beta channel (FIREFOX_57_0b3_BUILD1)
* Update make-langpack-xpis target
  - debian/build/rules.mk
* Bump build-dep on rustc >= 1.19.0 and cargo >= 0.20
* Build-dep on clang-4.0, llvm-4.0-dev on all archs for stylo
  - update debian/control{,.in}
* Refresh patches
  - update debian/patches/ppc-no-static-sizes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
The PowerPC architecture allows various memory page sizes, making it impossible
7
7
to predict the runtime page size.
8
8
 
9
 
diff --git a/memory/mozjemalloc/mozjemalloc.cpp b/memory/mozjemalloc/mozjemalloc.cpp
10
 
--- a/memory/mozjemalloc/mozjemalloc.cpp
11
 
+++ b/memory/mozjemalloc/mozjemalloc.cpp
 
9
diff --git a/memory/build/mozjemalloc.cpp b/memory/build/mozjemalloc.cpp
 
10
--- a/memory/build/mozjemalloc.cpp
 
11
+++ b/memory/build/mozjemalloc.cpp
12
12
@@ -1083,17 +1083,18 @@ struct arena_s {
13
13
  * Data.
14
14
  */