Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -64,6 +64,7 @@ CONFLICTS+= bash-[0-9]*
|
||||
|
||||
.if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:tl} != "no")
|
||||
CONFIGURE_ARGS+= --enable-static-link
|
||||
LLD_UNSAFE= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-static-link
|
||||
# Bash symbols must be exported in order to link runtime plugins, i.e.,
|
||||
|
||||
Reference in New Issue
Block a user