diff options
author | krion <krion@FreeBSD.org> | 2017-12-31 06:33:48 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-12-31 06:33:48 +0800 |
commit | e04fd534078aedb84dc6117e0187e584b5cc9987 (patch) | |
tree | e3d6a06c66958de1450f08f60a1af560f943d17b /lang | |
parent | e85c5840016ae3f946aab44d9fbdc77b53cb731a (diff) | |
download | freebsd-ports-gnome-e04fd534078aedb84dc6117e0187e584b5cc9987.tar.gz freebsd-ports-gnome-e04fd534078aedb84dc6117e0187e584b5cc9987.tar.zst freebsd-ports-gnome-e04fd534078aedb84dc6117e0187e584b5cc9987.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')
-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 |