projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d673e
)
Disable neon on armhf too.
author
Peter Michael Green
<plugwash@raspbian.org>
Sun, 12 Jan 2020 14:02:04 +0000
(14:02 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sun, 12 Jan 2020 14:46:16 +0000
(14:46 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 5c9c54719e73605fcdef3b990668c817096da6cd..5184694a2708e4f7c21f83e8c0b6f53b43b46ce8 100755
(executable)
--- 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)