aboutsummaryrefslogtreecommitdiff
path: root/lang/rust
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-02-04 17:21:27 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-02-04 17:21:27 +0000
commit06a556fb49103c27a1bd0c11c7fbb59431ffeb04 (patch)
tree0fb04b0c63b9e651e027d3d15090c9d1c1e25f8a /lang/rust
parent4e25c0952aceafc6d92387bafb0f0727747c4bc1 (diff)
Notes
Diffstat (limited to 'lang/rust')
-rw-r--r--lang/rust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index f7a19e2b4f48..9a98edad067a 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -124,7 +124,7 @@ do-configure:
${SH} ${SCRIPTSDIR}/rust-compat11-canary.sh
.for _component in cargo rust-std rustc
@cd ${WRKDIR}/${_component}-*-${OPSYS:tl} && \
- ${SH} install.sh --disable-ldconfig --prefix=${WRKDIR}/bootstrap \
+ ${SH} install.sh --prefix=${WRKDIR}/bootstrap \
--verbose
.endfor
@${ECHO_CMD} '[build]' > ${WRKSRC}/config.toml