$NetBSD: patch-kio_CMakeLists.txt,v 1.2 2025/08/20 11:32:40 wiz Exp $ Support openssl-1.1 --- kio/CMakeLists.txt.orig 2017-11-05 01:51:22.000000000 +0000 +++ kio/CMakeLists.txt @@ -325,6 +325,7 @@ install(FILES kssl/ksslcertificatemanage DESTINATION ${DATA_INSTALL_DIR}/kconf_update) kde4_add_library(kio ${LIBRARY_TYPE} ${kio_LIB_SRCS}) +target_link_libraries(kio LINK_PUBLIC -lssl -lcrypto) if(NOT KIO_NO_NEPOMUK) kde4_add_executable(kfilemetadatareader ${kfilemetadatareaderprocess_SRCS})