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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 1 12:36:51 UTC 2018


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

--- Comment #140 from Ed Maste <emaste at freebsd.org> ---
As an alternate workaround we can probably just set -z notext for the link
invocation, with something like the following in the affected port's Makefile:

.if ${ARCH} == i386
# PR214864 Allow relocations against read-only segments (override lld default)
LDFLAGS+=-Wl,-z,notext
.endif

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


More information about the freebsd-ports-bugs mailing list