From: Peter Michael Green Date: Sun, 12 Jan 2020 14:02:04 +0000 (+0000) Subject: Disable neon on armhf too. X-Git-Tag: archive/raspbian/14.2.5-3+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b85995a6117e00de91f4573d1503a26a252bde8;p=ceph.git Disable neon on armhf too. --- 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)