Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
freesrp
freesrp-fix-pthread-linking-issue.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freesrp-fix-pthread-linking-issue.diff of Package freesrp
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7311294..45d9840 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug") endif() set_target_properties(freesrp PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -target_link_libraries(freesrp ${LIBUSB_1_LIBRARIES}) +target_link_libraries(freesrp ${LIBUSB_1_LIBRARIES} pthread) # Examples include_directories(${PROJECT_SOURCE_DIR}/include)
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