From 3b85995a6117e00de91f4573d1503a26a252bde8 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sun, 12 Jan 2020 14:02:04 +0000 Subject: [PATCH] Disable neon on armhf too. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 5c9c54719..5184694a2 100755 --- a/debian/rules +++ b/debian/rules @@ -89,6 +89,9 @@ override_dh_auto_configure: ifeq ($(DEB_HOST_ARCH),armel) sed 's,^HAVE_ARM_NEON.*,HAVE_ARM_NEON:INTERNAL=0,' -i obj-arm-linux-gnueabi/CMakeCache.txt endif +ifeq ($(DEB_HOST_ARCH),armhf) + sed 's,^HAVE_ARM_NEON.*,HAVE_ARM_NEON:INTERNAL=0,' -i obj-arm-linux-gnueabihf/CMakeCache.txt +endif override_dh_auto_install: dh_auto_install --buildsystem=cmake --destdir=$(DESTDIR) -- 2.30.2