Accepting request 313024 from devel:tools:compiler

- Update lldb-cmake.patch to fix compilation on Factory

OBS-URL: https://build.opensuse.org/request/show/313024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2015-06-23 09:55:18 +00:00 committed by Git OBS Bridge
commit 9d88af6aa7
2 changed files with 18 additions and 0 deletions

View File

@ -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})

View File

@ -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