pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust rust: build faster with one compression format
details: https://anonhg.NetBSD.org/pkgsrc/rev/e70c7b24b8cd
branches: trunk
changeset: 377039:e70c7b24b8cd
user: adam <adam%pkgsrc.org@localhost>
date: Fri Apr 15 17:30:34 2022 +0000
description:
rust: build faster with one compression format
diffstat:
lang/rust/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 95810c4a97df -r e70c7b24b8cd lang/rust/Makefile
--- a/lang/rust/Makefile Fri Apr 15 17:16:07 2022 +0000
+++ b/lang/rust/Makefile Fri Apr 15 17:30:34 2022 +0000
@@ -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-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"
Home |
Main Index |
Thread Index |
Old Index