Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
synergy
synergy-1.5.0-pthread.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File synergy-1.5.0-pthread.patch of Package synergy
Index: synergy-1.7.4-stable/CMakeLists.txt =================================================================== --- synergy-1.7.4-stable.orig/CMakeLists.txt +++ synergy-1.7.4-stable/CMakeLists.txt @@ -153,6 +153,8 @@ if (UNIX) check_library_exists("pthread" pthread_create "" HAVE_PTHREAD) if (HAVE_PTHREAD) list(APPEND libs pthread) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread") else() message(FATAL_ERROR "Missing library: pthread") endif()
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