aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-01-07 18:54:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-01-07 18:54:47 +0000
commitf2bf703bece5732645d233f555ca31a9e147e917 (patch)
tree401638bfb9a1c405b8caf59c00a529e06c106adc /shells
parent5fcd545e8be4de67de62213df5ac2b1daee2e817 (diff)
downloadports-f2bf703bece5732645d233f555ca31a9e147e917.tar.gz
ports-f2bf703bece5732645d233f555ca31a9e147e917.zip
Notes
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.,