[Bug 214864] [exp-run] test build with lld as /usr/bin/ld

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 26 20:09:17 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214864

--- Comment #63 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Tue Dec 26 20:09:10 UTC 2017
New revision: 457313
URL: https://svnweb.freebsd.org/changeset/ports/457313

Log:
  lang/mono: set LLD_UNSAFE to avoid linking with lld

  mono fails to link with lld because lld defaults to -ztext and does not
  allow relocations in readonly segments (such as the one containing
  .text).  For now just fall back to linking with ld.bfd if the system ld
  is lld.

  PR:           214864
  Approved by:  portmgr (LLD_UNSAFE blanket)
  Sponsored by: The FreeBSD Foundation

Changes:
  head/lang/mono/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list