summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 05:57:52 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 05:57:52 +0000
commitd1c499f952c799b5eb2786cad266fb8b24bb030d (patch)
tree36821ea2c339d6d0c906a231e1ec4e1b1d8d51af
parentsysutils/py-salt: make AWS support optional (off by default) (diff)
No need to actually recompress rust-std, libarchive does the right thing
Notes
Notes: svn path=/head/; revision=462768
-rw-r--r--lang/rust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 55e362f31ead..d5e6f407d1ed 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -150,7 +150,7 @@ post-extract:
${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \
${MV} std.xx.o "$$std_o"; \
${AR} r "$$libstd" "$$std_o")
- ${TAR} -cz --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
+ ${TAR} -c --format=ustar -C ${WRKSRC} -f ${WRKSRC}/rust-std.tar.gz ${RUST_STD_DIR}
${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP}
.endif