From: Vsevolod Stakhov Date: Mon, 6 Mar 2023 09:09:50 +0000 (+0000) Subject: [Minor] Sigh... another fix for debian/rules X-Git-Tag: 3.5~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed02d81e26b78ac60a1056b5b7ef245d7b3e75dd;p=thirdparty%2Frspamd.git [Minor] Sigh... another fix for debian/rules --- diff --git a/debian/rules b/debian/rules index dc2837d4e6..9dd4db2bd2 100755 --- a/debian/rules +++ b/debian/rules @@ -16,11 +16,12 @@ ENABLE_LUAJIT := -DENABLE_LUAJIT=ON -DLUA_ROOT=/luajit-build EXTRA_ARGS := ENABLE_JEMALLOC := -DENABLE_JEMALLOC=OFF -ifneq ($(filter $(DEB_HOST_ARCH),amd64 i386 arm64),) +ifeq ($(filter $(DEB_HOST_ARCH),amd64 i386 arm64),) ifeq ($(filter $(DEB_HOST_ARCH),arm64),) - ENABLE_JEMALLOC := -DENABLE_JEMALLOC=ON + ENABLE_JEMALLOC := -DENABLE_JEMALLOC=OFF ENABLE_HYPERSCAN := -DENABLE_HYPERSCAN=ON -DHYPERSCAN_ROOT_DIR=/vectorscan else + ENABLE_JEMALLOC := -DENABLE_JEMALLOC=ON ENABLE_HYPERSCAN := -DENABLE_HYPERSCAN=ON endif else