Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Aug 2018 12:36:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 214864] [exp-run] test build with lld as /usr/bin/ld
Message-ID:  <bug-214864-7788-qBavWlMNox@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214864-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214864-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214864

--- Comment #140 from Ed Maste <emaste@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 Makefi=
le:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214864-7788-qBavWlMNox>