Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 18:54:47 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458370 - head/shells/bash
Message-ID:  <201801071854.w07IslZK005993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sun Jan  7 18:54:47 2018
New Revision: 458370
URL: https://svnweb.freebsd.org/changeset/ports/458370

Log:
  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

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Sun Jan  7 18:49:28 2018	(r458369)
+++ head/shells/bash/Makefile	Sun Jan  7 18:54:47 2018	(r458370)
@@ -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.,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071854.w07IslZK005993>