Hello community, here is the log from the commit of package llvm for openSUSE:Factory checked in at 2015-06-23 11:55:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm (Old) and /work/SRC/openSUSE:Factory/.llvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm" Changes: -------- --- /work/SRC/openSUSE:Factory/llvm/lldb.changes 2015-05-29 09:51:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.llvm.new/lldb.changes 2015-06-23 11:55:19.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 22 09:45:33 UTC 2015 - [email protected] + +- Update lldb-cmake.patch to fix compilation on Factory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ llvm.spec: same change ++++++ lldb-cmake.patch ++++++ --- /var/tmp/diff_new_pack.WBfQHl/_old 2015-06-23 11:55:20.000000000 +0200 +++ /var/tmp/diff_new_pack.WBfQHl/_new 2015-06-23 11:55:20.000000000 +0200 @@ -64,3 +64,16 @@ ) if ( NOT LLDB_DISABLE_PYTHON ) +Index: lldb-3.6.1.src/tools/lldb-mi/CMakeLists.txt +=================================================================== +--- lldb-3.6.1.src.orig/tools/lldb-mi/CMakeLists.txt ++++ lldb-3.6.1.src/tools/lldb-mi/CMakeLists.txt +@@ -164,7 +164,7 @@ add_lldb_executable(lldb-mi + ) + endif () + +-target_link_libraries(lldb-mi liblldb) ++target_link_libraries(lldb-mi liblldb pthread) + # TODO: why isn't this done by add_lldb_executable? + #target_link_libraries(lldb-mi ${LLDB_USED_LIBS}) + #llvm_config(lldb-mi ${LLVM_LINK_COMPONENTS})
