From 79cd4100058b445617af00900668ee6ccc6977cb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Jun 2024 19:06:14 +0200 Subject: Merging debian version 2.4.121-2. Signed-off-by: Daniel Baumann --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0debff5..2d4f9c0 100755 --- a/debian/rules +++ b/debian/rules @@ -32,8 +32,8 @@ else NOUVEAU = no endif -# Intel is only on x86: -ifneq (,$(filter amd64 i386,$(DEB_HOST_ARCH_CPU))) +# Intel is only on x86 and arm64: +ifneq (,$(filter amd64 arm64 i386,$(DEB_HOST_ARCH_CPU))) ifneq (,$(filter linux hurd,$(DEB_HOST_ARCH_OS))) INTEL = yes endif -- cgit v1.2.3