d/rules: disable SIMD on 32bit(sse on i386, neon on armel/armhf)

it failed to build and buggy in runtime detection.

Signed-off-by: Shengjing Zhu <i@zhsj.me>
master
Shengjing Zhu 2018-04-03 11:57:30 +08:00
parent aa06b3a97b
commit 4eb8a52881
1 changed files with 5 additions and 0 deletions

5
debian/rules vendored
View File

@ -9,6 +9,11 @@ GIT_TAG ?= $(shell echo '$(DEB_VERSION_UPSTREAM)' | sed -e 's/~/_/')
%:
dh $@ --with autoreconf --parallel
ifeq ($(DEB_HOST_ARCH_BITS), 32)
override_dh_auto_configure:
dh_auto_configure -- --disable-sse --disable-neon
endif
override_dh_install:
dh_install
# NOTE(jamespage): Don't ship example binaries, just the actual tools