diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-04-12 22:29:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-04-12 22:33:04 -0500 |
commit | e569dd46ac06ef5a5f2ad03a311640e1834c749f (patch) | |
tree | 152f23fe0787e4beb828934c58554d31bb5df6c9 /kdesktop/lock/CMakeLists.txt | |
parent | 92d1f764023e933f1767335d074299230ac23a3f (diff) | |
download | tdebase-e569dd46ac06ef5a5f2ad03a311640e1834c749f.tar.gz tdebase-e569dd46ac06ef5a5f2ad03a311640e1834c749f.zip |
Remove call to pthread_cancel() in kdesktop_lock
This resolves a sporadic deadlock during kdesktop_lock termination
Diffstat (limited to 'kdesktop/lock/CMakeLists.txt')
-rw-r--r-- | kdesktop/lock/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lock/CMakeLists.txt b/kdesktop/lock/CMakeLists.txt index 256c6a498..2bbe4b289 100644 --- a/kdesktop/lock/CMakeLists.txt +++ b/kdesktop/lock/CMakeLists.txt @@ -38,6 +38,6 @@ set( ${target}_SRCS tde_add_executable( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK kdesktopsettings-static dmctl-static tdeio-shared Xext - ${GL_LIBRARIES} "${LINKER_IMMEDIATE_BINDING_FLAGS}" + pthread ${GL_LIBRARIES} "${LINKER_IMMEDIATE_BINDING_FLAGS}" DESTINATION ${BIN_INSTALL_DIR} ) |