svn commit: r564052 - head/lang/rust

Mikael Urankar mikael at FreeBSD.org
Thu Feb 4 17:21:28 UTC 2021


Author: mikael
Date: Thu Feb  4 17:21:27 2021
New Revision: 564052
URL: https://svnweb.freebsd.org/changeset/ports/564052

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

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Thu Feb  4 17:13:24 2021	(r564051)
+++ head/lang/rust/Makefile	Thu Feb  4 17:21:27 2021	(r564052)
@@ -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


More information about the svn-ports-all mailing list