https://bugs.freedesktop.org/show_bug.cgi?id=98474
Bug ID: 98474
Summary: Linking mesa against [non-standard prefixed] LLVM
fails
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-dev@lists.freedesktop.org
Reporter: emil.l.veli...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org
Since we don't propagate the LLVM_LIBDIR (-L/foo) to the linker we can fail at
link stage. That's due to the library variable LLVM_LIBS (as provided by
llvm-config --libs) containing only -lfoo.
One workaround is to use, LD_LIBRARY_PATH or alike. Although one should _not_
need to do that in the first place - that's why we have .pc (and equivalents).
The following seems fixes things on my end
https://patchwork.freedesktop.org/patch/117846/
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev