Date: Wed, 01 Aug 2018 12:34:50 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 230215] multimedia/libfame: fail to link with lld as /usr/bin/ld on i386 Message-ID: <bug-230215-12827-c1FC04Pjtp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230215-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-230215-12827@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=3D230215 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- I think this Makefile addition may work: .if ${ARCH} =3D=3D i386 # PR230215 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 the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230215-12827-c1FC04Pjtp>