Date: Sat, 31 Mar 2018 16:24:07 +0000 From: bugzilla-noreply@freebsd.org To: games@FreeBSD.org Subject: [Bug 226980] openal-using ports fail to link when lld is the system linker Message-ID: <bug-226980-32059-bjCwTSX8OL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226980-32059@https.bugs.freebsd.org/bugzilla/> References: <bug-226980-32059@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 #15 from commit-hook@freebsd.org --- A commit references this bug: Author: martymac Date: Sat Mar 31 16:23:14 UTC 2018 New revision: 466062 URL: https://svnweb.freebsd.org/changeset/ports/466062 Log: emulators/dolphin-emu: set LLD_UNSAFE Prevent Dolphin from linking using lld as it fails with errors like: /usr/bin/ld: error: cannot preempt symbol: alcOpenDevice >>> defined in /usr/local/lib/libopenal.so >>> referenced by OpenALStream.cpp >>> OpenALStream.cpp.o:(OpenALStream::Start()) 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/emulators/dolphin-emu/Makefile --=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-226980-32059-bjCwTSX8OL>