From eb242096e0d2cadb5b411054984357ddfee90436 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 18 Feb 2021 15:41:03 +0000 Subject: rust: switch to bsdtar from gtar --- lang/rust/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/rust') diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 61bee44f0fa..6754e8cb50f 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.217 2021/02/14 08:24:30 he Exp $ +# $NetBSD: Makefile,v 1.218 2021/02/18 15:41:03 wiz Exp $ DISTNAME= rustc-1.49.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -443,7 +443,7 @@ GENERATE_PLIST+= ${FIND} ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \ #BOOTSTRAP_NAME= ${PKGNAME_NOREV:C/rust/rust-nightly/}-${RUST_ARCH} BOOTSTRAP_NAME= ${PKGNAME_NOREV}-${RUST_ARCH} BOOTSTRAP_TMPDIR= ${WRKDIR}/${BOOTSTRAP_NAME} -USE_TOOLS+= gtar +#USE_TOOLS+= bsdtar # The NetBSD part is so far untested, because I could not convince # the rust build to use the gcc wrapper when building natively, -- cgit v1.2.3