diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-12-05 19:46:02 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-12-05 19:46:02 +0900 |
commit | a2caa93d2ab6d5d417ee1928bdf6755d2e7ebb93 (patch) | |
tree | ab7b31ca386c9e5a61f9226b1872453dc75ead35 /patch | |
parent | e1d14623f41eb82c5acb90c17ba5c62b7d798bbe (diff) |
update libssh build options
Diffstat (limited to 'patch')
-rw-r--r-- | patch/libssh-0.10.4.patch | 20 |
1 files 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) |