Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12-SP1:GA
llvm4.8721
lldb-add-pthread-dl-libs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lldb-add-pthread-dl-libs.patch of Package llvm4.8721
Index: lldb-4.0.1.src/cmake/modules/LLDBConfig.cmake =================================================================== --- lldb-4.0.1.src.orig/cmake/modules/LLDBConfig.cmake +++ lldb-4.0.1.src/cmake/modules/LLDBConfig.cmake @@ -323,13 +323,9 @@ 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}) if (CMAKE_SYSTEM_NAME MATCHES "Linux") # Check for syscall used by lldb-server on linux.
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