aboutsummaryrefslogtreecommitdiffstats
path: root/community/kio-extras/libssh09.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/kio-extras/libssh09.patch')
-rw-r--r--community/kio-extras/libssh09.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/kio-extras/libssh09.patch b/community/kio-extras/libssh09.patch
deleted file mode 100644
index ecdb50d822e..00000000000
--- a/community/kio-extras/libssh09.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/sftp/CMakeLists.txt b/sftp/CMakeLists.txt
-index 5e8d2cb1..aa88f054 100644
---- a/sftp/CMakeLists.txt
-+++ b/sftp/CMakeLists.txt
-@@ -9,6 +9,9 @@ target_link_libraries(kio_sftp
- KF5::I18n
- Qt5::Network
- ${LIBSSH_LIBRARIES})
-+if(TARGET ssh) # libssh 0.9
-+ target_link_libraries(kio_sftp ssh)
-+endif()
- set_target_properties(kio_sftp PROPERTIES OUTPUT_NAME "sftp")
-
- install(TARGETS kio_sftp DESTINATION ${PLUGIN_INSTALL_DIR}/kf5/kio)
-