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:
Kirill Ponomarev
2018-01-07 18:54:47 +00:00
parent 5fcd545e8b
commit f2bf703bec

View File

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