Date: Sat, 31 Mar 2018 16:27:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226980] openal-using ports fail to link when lld is the system linker Message-ID: <bug-226980-13-2arXsMiXyX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226980-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226980-13@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=3D226980 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: martymac Date: Sat Mar 31 16:26:49 UTC 2018 New revision: 466063 URL: https://svnweb.freebsd.org/changeset/ports/466063 Log: games/flightgear: set LLD_UNSAFE Prevent Flightgear from linking using lld as it fails with errors like: /usr/bin/ld: error: cannot preempt symbol: alcGetIntegerv >>> defined in /usr/local/lib/libopenal.so >>> referenced by audio_openal.c >>> audio_openal.c.o:(openal_input) due to preemption of symbols with protected visibility in a shared object. See also PR #219089 for more details. PR: 226980 Submitted by: emaste Changes: head/games/flightgear/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-226980-13-2arXsMiXyX>