summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/rust/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 920eba09e6b..54c277b9c27 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.252 2022/04/15 14:00:37 he Exp $
+# $NetBSD: Makefile,v 1.253 2022/04/15 17:30:34 adam Exp $
DISTNAME= rustc-1.59.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -44,6 +44,7 @@ CONFIGURE_ARGS+= --disable-codegen-tests
CONFIGURE_ARGS+= --disable-compiler-docs
CONFIGURE_ARGS+= --disable-llvm-static-stdcpp
CONFIGURE_ARGS+= --disable-ninja
+CONFIGURE_ARGS+= --dist-compression-formats=xz
# Include (optional) settings to cross-build rust
.include "cross.mk"