From 2f7ddb1a66ee6f6d1714736c1fc7fc00157b02a4 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 12 Feb 2020 12:39:16 +0200 Subject: 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 --- libre/iceweasel/arm.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libre/iceweasel/arm.patch') 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. -- cgit v1.2.3