Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2017 22:33:48 +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: r457651 - head/lang/siod
Message-ID:  <201712302233.vBUMXm7d071762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sat Dec 30 22:33:48 2017
New Revision: 457651
URL: https://svnweb.freebsd.org/changeset/ports/457651

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/lang/siod/Makefile

Modified: head/lang/siod/Makefile
==============================================================================
--- head/lang/siod/Makefile	Sat Dec 30 22:31:13 2017	(r457650)
+++ head/lang/siod/Makefile	Sat Dec 30 22:33:48 2017	(r457651)
@@ -16,6 +16,7 @@ BROKEN_armv7=		fails to link: ld: siod: hidden symbol 
 BROKEN_mips64=		fails to link: final link failed: Nonrepresentable section on output
 
 USE_LDCONFIG=	yes
+LLD_UNSAFE=	yes
 
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile



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