From a0d2b1903f9f37eccff424d32d86696d41a91bb2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 24 Feb 2025 16:24:55 +0800 Subject: [PATCH] d/rules: Adjust for on-by-default native compilation --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b60bd9697b7..18de17ac996 100755 --- a/debian/rules +++ b/debian/rules @@ -288,7 +288,8 @@ confflags += --with-mailutils # At the moment, there's no mips64el libgccjitN-dev ifeq (,$(filter $(DEB_HOST_ARCH),mips64el riscv64 s390x loong64)) deb_native_compilation_enabled := 1 - confflags += --with-native-compilation +else + confflags += --without-native-compilation endif # x configure flags -- 2.30.2