svn commit: r457651 - head/lang/siod
Kirill Ponomarev
krion at FreeBSD.org
Sat Dec 30 22:33:49 UTC 2017
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
More information about the svn-ports-all
mailing list