diff options
author | wiz <wiz@pkgsrc.org> | 2021-02-18 15:41:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-02-18 15:41:03 +0000 |
commit | eb242096e0d2cadb5b411054984357ddfee90436 (patch) | |
tree | 41a57b90339cbec74dd8364b0f0e8b418e0100eb /lang/rust | |
parent | 2912d1e12374c21bb43d50daed9ec00fea13720b (diff) | |
download | pkgsrc-eb242096e0d2cadb5b411054984357ddfee90436.tar.gz |
rust: switch to bsdtar from gtar
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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, |