[Bug 226980] openal-using ports fail to link when lld is the system linker
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 31 16:27:15 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226980
--- Comment #16 from commit-hook at 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
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-games
mailing list