[Bug 1155416] llvm9 package no longer provides libclangIndex.so, libclangFormat.so, etc.
1 Nov
2019
1 Nov
'19
15:59
http://bugzilla.opensuse.org/show_bug.cgi?id=1155416 http://bugzilla.opensuse.org/show_bug.cgi?id=1155416#c6 --- Comment #6 from Aaron Puchert <aaronpuchert@alice-dsl.net> --- By the way, if your package uses CMake, such a patch might be accepted by upstream: # If not already there... find_package(Clang CONFIG REQUIRED) if (TARGET clang-cpp AND NOT TARGET clangBasic) target_link_libraries(... PRIVATE clang-cpp) else() # Original code: target_link_libraries(... PRIVATE clangBasic ... ) endif() That's pretty conservative and uses clang-cpp only if the component libraries are not available. -- You are receiving this mail because: You are on the CC list for the bug.
1875
Age (days ago)
1875
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla_noreply@novell.com