Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Aug 2018 18:31:32 +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-2PVsPDdEo6@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

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: zeising
Date: Wed Aug  1 18:30:52 UTC 2018
New revision: 476189
URL: https://svnweb.freebsd.org/changeset/ports/476189

Log:
  Fix build with lld linker on i386

  Fix the build with the lld linker on i386.  This is done by adding an opt=
ion
  to the linker to allow relocations in read-only segments, since there are
  some assembler code that's not PIC.
  the gnu ld linker does this by default.

  PR:           230239
  Submitted by: emaste

Changes:
  head/graphics/mesa-libs/Makefile

--=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-2PVsPDdEo6>