diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 02:54:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 02:54:47 +0800 |
commit | a1c3f9cc9091b292dbc554edd8f6f12cbf23f8bb (patch) | |
tree | 401638bfb9a1c405b8caf59c00a529e06c106adc /shells | |
parent | eb652a6c46c20a43a7deb60347a5995731803984 (diff) | |
download | freebsd-ports-gnome-a1c3f9cc9091b292dbc554edd8f6f12cbf23f8bb.tar.gz freebsd-ports-gnome-a1c3f9cc9091b292dbc554edd8f6f12cbf23f8bb.tar.zst freebsd-ports-gnome-a1c3f9cc9091b292dbc554edd8f6f12cbf23f8bb.zip |
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
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 37f58e8302c8..1fb85dcbff5a 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -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., |