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/PKGBUILD | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'libre/iceweasel/PKGBUILD') diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index f285904dd..f3668831f 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -5,6 +5,7 @@ # Maintainer (alarm): Kevin Mihelich # Maintainer (arch32): Andreas Baumann # Contributor (arch32): Erich Eckner +# Contributor (Arch Linux ARM): Kevin Mihelich # Contributor: Andreas Grapentin # Contributor: Luke Shumaker # Contributor: André Silva @@ -148,20 +149,26 @@ END ## [ARCH-SPECIFIC CONFIG] ## case ${CARCH} in armv7h) + sed -i ' + /--enable-hardening/d + /--enable-optimize/d + /--enable-rust-simd/d + ' ../mozconfig + cat >>../mozconfig <