summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-04-15 17:30:34 +0000
committeradam <adam@pkgsrc.org>2022-04-15 17:30:34 +0000
commitda2e931907d50cc47a3989437d1c8cd8e132d968 (patch)
tree8dadeac4dc4625b33817672e55fcd136b7fc30e0 /lang
parenta24f07515e97f4b979a960e0f0b2d483c54e3fe8 (diff)
downloadpkgsrc-da2e931907d50cc47a3989437d1c8cd8e132d968.tar.gz
rust: build faster with one compression format
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"