K 10 svn:author V 8 martymac K 8 svn:date V 27 2018-03-31T16:23:13.722826Z K 7 svn:log V 454 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 END