diff --git a/lldb-cmake.patch b/lldb-cmake.patch index 5790653..2288876 100644 --- a/lldb-cmake.patch +++ b/lldb-cmake.patch @@ -64,3 +64,16 @@ Index: lldb-3.6.1.src/cmake/LLDBDependencies.cmake ) 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}) diff --git a/lldb.changes b/lldb.changes index 4fdc5fa..0330825 100644 --- a/lldb.changes +++ b/lldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 22 09:45:33 UTC 2015 - idonmez@suse.com + +- Update lldb-cmake.patch to fix compilation on Factory + ------------------------------------------------------------------- Mon May 25 13:59:56 UTC 2015 - idonmez@suse.com