commit 8439a48: [Minor] debian package: disable luajit on arm64

Andrew Lewis nerf at judo.za.org
Tue Nov 15 12:07:03 UTC 2022


Author: Andrew Lewis
Date: 2022-11-14 21:44:51 +0200
URL: https://github.com/rspamd/rspamd/commit/8439a4895e1113cd8c1e7310ae10841212101cf9 (refs/pull/4335/head)

[Minor] debian package: disable luajit on arm64

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 71fb2ec70..f702e46de 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


More information about the Commits mailing list