From e04fd534078aedb84dc6117e0187e584b5cc9987 Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 30 Dec 2017 22:33:48 +0000 Subject: 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 --- lang/siod/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang') diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 119bdbc5c952..2e99676ccae2 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -16,6 +16,7 @@ BROKEN_armv7= fails to link: ld: siod: hidden symbol `__aeabi_uidivmod' in /usr BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output USE_LDCONFIG= yes +LLD_UNSAFE= yes NO_WRKSUBDIR= yes MAKEFILE= makefile -- cgit