From a2caa93d2ab6d5d417ee1928bdf6755d2e7ebb93 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Mon, 5 Dec 2022 19:46:02 +0900 Subject: update libssh build options --- patch/libssh-0.10.4.patch | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/patch/libssh-0.10.4.patch b/patch/libssh-0.10.4.patch index 03a7fcb..a72e455 100644 --- a/patch/libssh-0.10.4.patch +++ b/patch/libssh-0.10.4.patch @@ -1,8 +1,24 @@ diff --git a/DefineOptions.cmake b/DefineOptions.cmake -index 068db988..6db0fc0f 100644 +index 068db988..5fc3c8fc 100644 --- a/DefineOptions.cmake +++ b/DefineOptions.cmake -@@ -17,7 +17,7 @@ option(UNIT_TESTING "Build with unit tests" OFF) +@@ -1,7 +1,7 @@ + option(WITH_GSSAPI "Build with GSSAPI support" ON) + option(WITH_ZLIB "Build with ZLIB support" ON) + option(WITH_SFTP "Build with SFTP support" ON) +-option(WITH_SERVER "Build with SSH server support" ON) ++option(WITH_SERVER "Build with SSH server support" OFF) + option(WITH_DEBUG_CRYPTO "Build with cryto debug output" OFF) + option(WITH_DEBUG_PACKET "Build with packet debug output" OFF) + option(WITH_DEBUG_CALLTRACE "Build with calltrace debug output" ON) +@@ -11,13 +11,13 @@ option(WITH_MBEDTLS "Compile against libmbedtls" OFF) + option(WITH_BLOWFISH_CIPHER "Compile with blowfish support" OFF) + option(WITH_PCAP "Compile with Pcap generation support" ON) + option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF) +-option(BUILD_SHARED_LIBS "Build shared libraries" ON) ++option(BUILD_SHARED_LIBS "Build shared libraries" OFF) + option(WITH_PKCS11_URI "Build with PKCS#11 URI support" OFF) + option(UNIT_TESTING "Build with unit tests" OFF) option(CLIENT_TESTING "Build with client tests; requires openssh" OFF) option(SERVER_TESTING "Build with server tests; requires openssh and dropbear" OFF) option(WITH_BENCHMARKS "Build benchmarks tools" OFF) -- cgit v1.2.3