summarylogtreecommitdiffstats
path: root/libssh-static.patch
blob: c20f4623197e1335e236fcb9ae651efd80379fba (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 3rd-party/libssh/CMakeLists.txt.orig	2023-06-08 14:43:42.473125374 +0200
+++ 3rd-party/libssh/CMakeLists.txt	2023-06-08 14:44:09.112730695 +0200
@@ -29,7 +29,7 @@
 set(LIB_INSTALL_DIR lib)
 set(BIN_INSTALL_DIR bin)
 
-set(BUILD_SHARED_LIBS ON)
+set(BUILD_SHARED_LIBS OFF)
 # space instead of empty string because empty string restults in non-defined GLOBAL_CLIENT_CONFIG in config.h
 set(GLOBAL_CLIENT_CONFIG " ")
 set(GLOBAL_BIND_CONFIG "/etc/ssh/libssh_server_config")