Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Staging:E
llvm5
lldb-add-pthread-dl-libs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lldb-add-pthread-dl-libs.patch of Package llvm5
Index: lldb-5.0.0.src/cmake/modules/LLDBConfig.cmake =================================================================== --- lldb-5.0.0.src.orig/cmake/modules/LLDBConfig.cmake +++ lldb-5.0.0.src/cmake/modules/LLDBConfig.cmake @@ -336,13 +336,9 @@ else() endif() -if (HAVE_LIBPTHREAD) - list(APPEND system_libs pthread) -endif(HAVE_LIBPTHREAD) +list(APPEND system_libs pthread) -if (HAVE_LIBDL) - list(APPEND system_libs ${CMAKE_DL_LIBS}) -endif() +list(APPEND system_libs ${CMAKE_DL_LIBS}) # Figure out if lldb could use lldb-server. If so, then we'll # ensure we build lldb-server when an lldb target is being built.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor