d/rules: Adjust for on-by-default native compilation
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 24 Feb 2025 08:24:55 +0000 (16:24 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Mon, 24 Feb 2025 09:13:23 +0000 (17:13 +0800)
debian/rules

index b60bd9697b7a773cee1116f077e265394707e718..18de17ac9960086740fe8fbb1f7e7ad5c50d856d 100755 (executable)
@@ -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