From: Vsevolod Stakhov Date: Sat, 18 Mar 2023 14:42:10 +0000 (+0000) Subject: [Minor] Sigh, another try to fix debian rules X-Git-Tag: 3.6~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39ba64bf51bbfc83437fd71ff9044eef3884e060;p=thirdparty%2Frspamd.git [Minor] Sigh, another try to fix debian rules --- diff --git a/debian/rules b/debian/rules index 7ee2b37607..3cc5980fca 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ EXTRA_ARGS := ENABLE_JEMALLOC := -DENABLE_JEMALLOC=ON ENABLE_HYPERSCAN := -DENABLE_HYPERSCAN=ON -ifeq ($(filter $(DEB_HOST_ARCH),arm64),) +ifneq ($(filter $(DEB_HOST_ARCH),arm64),) ENABLE_JEMALLOC := -DENABLE_JEMALLOC=OFF ENABLE_HYPERSCAN := -DENABLE_HYPERSCAN=ON -DHYPERSCAN_ROOT_DIR=/vectorscan endif