lang/rust: remove disable-ldconfig it's not an option for quite some time

This commit is contained in:
Mikael Urankar
2021-02-04 17:21:27 +00:00
parent 4e25c0952a
commit 06a556fb49

View File

@@ -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