]> git.pld-linux.org Git - packages/thunderbolt-software-user-space.git/blame - thunderbolt-software-user-space-link.patch
- thunderboltd is always in /usr/lib/thunderbolt; release .2
[packages/thunderbolt-software-user-space.git] / thunderbolt-software-user-space-link.patch
CommitLineData
1acd0316
JB
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.088856 seconds and 4 git commands to generate.