]> git.pld-linux.org Git - packages/thunderbolt-software-user-space.git/blob - thunderbolt-software-user-space-link.patch
31ae43d958977a1664b7a45e3d4544861f02f250
[packages/thunderbolt-software-user-space.git] / thunderbolt-software-user-space-link.patch
1 --- thunderbolt-software-user-space-2017.01.19/fwupdate/libtbtfwu/CMakeLists.txt.orig   2017-01-19 15:35:27.000000000 +0100
2 +++ thunderbolt-software-user-space-2017.01.19/fwupdate/libtbtfwu/CMakeLists.txt        2017-03-13 21:39:05.651271759 +0100
3 @@ -73,7 +73,7 @@
4  add_library(tbt_static STATIC ${LIB_SRC_FILES})
5  set_target_properties(tbt_static PROPERTIES OUTPUT_NAME tbtfwu)
6  
7 -target_link_libraries(tbtfwu ${LIBDBUS-C++-1_LIBRARIES})
8 +target_link_libraries(tbtfwu ${LIBDBUS-C++-1_LIBRARIES} pthread)
9  
10  set_target_properties(tbtfwu
11      PROPERTIES LINK_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/visibility.map)
This page took 0.045023 seconds and 2 git commands to generate.