mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
No need to actually recompress rust-std, libarchive does the right thing
This commit is contained in:
parent
4daf2cd109
commit
d1c499f952
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462768
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ post-extract:
|
||||||
${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \
|
${LD} -r -o std.xx.o "$$std_o" old_fstat.o; \
|
||||||
${MV} std.xx.o "$$std_o"; \
|
${MV} std.xx.o "$$std_o"; \
|
||||||
${AR} r "$$libstd" "$$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}
|
${MV} ${WRKSRC}/rust-std.tar.gz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue