From 8439a4895e1113cd8c1e7310ae10841212101cf9 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 14 Nov 2022 21:44:51 +0200 Subject: [PATCH] [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 -- 2.39.5