aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2018-01-08 02:54:47 +0800
committerkrion <krion@FreeBSD.org>2018-01-08 02:54:47 +0800
commita1c3f9cc9091b292dbc554edd8f6f12cbf23f8bb (patch)
tree401638bfb9a1c405b8caf59c00a529e06c106adc /shells
parenteb652a6c46c20a43a7deb60347a5995731803984 (diff)
downloadfreebsd-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/Makefile1
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.,