svn commit: r458370 - head/shells/bash

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 18:54:49 UTC 2018


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


More information about the svn-ports-all mailing list