diff options
author | krion <krion@FreeBSD.org> | 2017-12-31 06:33:48 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:16:29 +0800 |
commit | ae6215497bd952ab9c4e44a1ae89e0ec4d42275e (patch) | |
tree | 4abf4784bdeca6e1db02e06f33c2d5eb889fc2a4 /lang/siod | |
parent | 21f6e7438c5a9cb8ae88f2d1828267162f929f92 (diff) | |
download | freebsd-ports-gnome-ae6215497bd952ab9c4e44a1ae89e0ec4d42275e.tar.gz freebsd-ports-gnome-ae6215497bd952ab9c4e44a1ae89e0ec4d42275e.tar.zst freebsd-ports-gnome-ae6215497bd952ab9c4e44a1ae89e0ec4d42275e.zip |
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
Diffstat (limited to 'lang/siod')
-rw-r--r-- | lang/siod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |