pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 15 17:30:34 UTC 2022

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: build faster with one compression format


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pkgsrc/lang/rust/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.252 pkgsrc/lang/rust/Makefile:1.253
--- pkgsrc/lang/rust/Makefile:1.252     Fri Apr 15 14:00:37 2022
+++ pkgsrc/lang/rust/Makefile   Fri Apr 15 17:30:34 2022
@@ -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-test
 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