Date: Wed, 01 Aug 2018 12:31:43 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 230239] graphics/mesa-libs: fails to build on i386 with lld as /usr/bin/ld Message-ID: <bug-230239-7141-doH8fLnOVS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230239-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-230239-7141@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=3D230239 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 257 | |41 --- Comment #2 from Ed Maste <emaste@freebsd.org> --- Same issue was fixed in openjdk in PR225741 although it had an additional complication because the openjdk build does not honour LDFLAGS. Here I think that this should work: .if ${ARCH} =3D=3D i386 # PR230239 Fix the build for i386 when WITH_LLD_IS_LD is set 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-230239-7141-doH8fLnOVS>