]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] debian package: disable luajit on arm64 4335/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 14 Nov 2022 19:44:51 +0000 (21:44 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 14 Nov 2022 19:44:51 +0000 (21:44 +0200)
debian/rules

index 71fb2ec7036f67965d8437d880e152c63b7c32ab..f702e46dec523142701603441e17d2c98cd7e5c8 100755 (executable)
@@ -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