From: Peter Michael Green Date: Thu, 7 Nov 2019 11:35:19 +0000 (+0000) Subject: Commit Debian 3.0 (quilt) metadata X-Git-Tag: archive/raspbian/68.2.0esr-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a3f4bbb4a10f032e40ce5a8923a5acc3727f6344;p=firefox-esr.git Commit Debian 3.0 (quilt) metadata [dgit (9.9) quilt-fixup] --- diff --git a/debian/patches/series b/debian/patches/series index 764b1d6ef90..9cc213913bd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -29,3 +29,4 @@ debian-hacks/Attempt-to-work-around-make-issue-happening-on-arch-.patch debian-hacks/Use-build-id-as-langpack-version-for-reproducibility.patch raspbian-rust-triplet-hack.patch try-to-disable-neon.patch +try-harder-to-disable-neon.patch diff --git a/debian/patches/try-harder-to-disable-neon.patch b/debian/patches/try-harder-to-disable-neon.patch new file mode 100644 index 00000000000..d5905cdd879 --- /dev/null +++ b/debian/patches/try-harder-to-disable-neon.patch @@ -0,0 +1,21 @@ +From: Peter Michael Green +Date: Thu, 7 Nov 2019 11:23:19 +0000 +X-Dgit-Generated: 68.2.0esr-1+rpi1 a8a34a748cbe157a1fb6bfdb2c127ff6ec8416e9 +Subject: Try harder to disable neon. + + +--- + +--- firefox-esr-68.2.0esr.orig/build/moz.configure/arm.configure ++++ firefox-esr-68.2.0esr/build/moz.configure/arm.configure +@@ -229,8 +229,8 @@ def build_arm_neon(arm_arch): + return arm_arch >= 700 + + +-set_config('BUILD_ARM_NEON', build_arm_neon) +-set_define('BUILD_ARM_NEON', build_arm_neon) ++#set_config('BUILD_ARM_NEON', build_arm_neon) ++#set_define('BUILD_ARM_NEON', build_arm_neon) + + + set_config('ARM_ARCH', depends(arm_target.arm_arch)(lambda x: str(x)))