From 4b9902a67fa170df71c651f2d62e95579dbdcb24 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 9 Dec 2021 20:13:36 +0000 Subject: [PATCH] update try-harder-to-disable-neon.patch --- debian/patches/try-harder-to-disable-neon.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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))) -- 2.30.2