summaryrefslogtreecommitdiff
path: root/libre/iceweasel/arm.patch
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2020-02-12 12:39:16 +0200
committerAndreas Grapentin <andreas@grapentin.org>2020-03-13 05:57:41 +0100
commit2f7ddb1a66ee6f6d1714736c1fc7fc00157b02a4 (patch)
treeedc989ebe7d4c3e1802893513712ac78181ee16a /libre/iceweasel/arm.patch
parent2e87bd712cfb0ea64f14e0e6a7a3dcdd96b08098 (diff)
downloadabslibre-2f7ddb1a66ee6f6d1714736c1fc7fc00157b02a4.tar.gz
abslibre-2f7ddb1a66ee6f6d1714736c1fc7fc00157b02a4.tar.bz2
abslibre-2f7ddb1a66ee6f6d1714736c1fc7fc00157b02a4.zip
Sync with changes from Arch Linux ARM Firefox 73.0-1
Let's stick as close to upstream as possible. I've made these changes after comparing PKGBUILDs from Arch Linux and Arch Linux ARM. For ARM, some options like "ac_add_options --enable-hardening" are commented, and that does not mean they can be replaced by e.g. "ac_add_options --disable-hardening". Instead, that means these options are just reset to default values, which can be different now or later. Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/iceweasel/arm.patch')
-rw-r--r--libre/iceweasel/arm.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/iceweasel/arm.patch b/libre/iceweasel/arm.patch
index c0f15ee60..9e2ed1510 100644
--- a/libre/iceweasel/arm.patch
+++ b/libre/iceweasel/arm.patch
@@ -1,6 +1,8 @@
-diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp
-index 636537f847..0f3461af16 100644
---- a/js/src/wasm/WasmSignalHandlers.cpp
+https://bugzilla.mozilla.org/show_bug.cgi?id=1526653
+
+diff --git a/js/src/wasm/WasmSignalHandlers.cpp.orig b/js/src/wasm/WasmSignalHandlers.cpp
+index 636537f..0f3461a 100644
+--- a/js/src/wasm/WasmSignalHandlers.cpp.orig
+++ b/js/src/wasm/WasmSignalHandlers.cpp
@@ -244,7 +244,7 @@ using mozilla::DebugOnly;
// emulation here.