From: Peter Michael Green Date: Thu, 9 Dec 2021 20:13:36 +0000 (+0000) Subject: update try-harder-to-disable-neon.patch X-Git-Tag: archive/raspbian/91.4.0esr-1+rpi1~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b9902a67fa170df71c651f2d62e95579dbdcb24;p=firefox-esr.git update 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 index d5905cdd879..414ed273694 100644 --- a/debian/patches/try-harder-to-disable-neon.patch +++ b/debian/patches/try-harder-to-disable-neon.patch @@ -12,10 +12,10 @@ Subject: Try harder to disable neon. 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("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))) + set_config("ARM_ARCH", depends(arm_target.arm_arch)(lambda x: str(x)))