From: Andrew Lewis Date: Mon, 14 Nov 2022 19:44:51 +0000 (+0200) Subject: [Minor] debian package: disable luajit on arm64 X-Git-Tag: 3.5~212^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4335%2Fhead;p=thirdparty%2Frspamd.git [Minor] debian package: disable luajit on arm64 --- diff --git a/debian/rules b/debian/rules index 71fb2ec703..f702e46dec 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export ASAN_OPTIONS=detect_leaks=0 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -ifneq ($(filter $(DEB_HOST_ARCH),amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el),) +ifneq ($(filter $(DEB_HOST_ARCH),amd64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el),) ENABLE_LUAJIT := ON else ENABLE_LUAJIT := OFF