From 70e5e419cf0cab31553b106267a0296f3cd672d9 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 5 Sep 2021 17:04:40 -0700 Subject: Add support for managed SSH transport #minor (#814) This change drops the (hard) dependency on libssh2 and instead uses Go's implementation of SSH when libgit2 is not built with it. --- script/build-libgit2.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'script/build-libgit2.sh') diff --git a/script/build-libgit2.sh b/script/build-libgit2.sh index 90a225c..e490b4b 100755 --- a/script/build-libgit2.sh +++ b/script/build-libgit2.sh @@ -68,6 +68,7 @@ cmake -DTHREADSAFE=ON \ -DBUILD_SHARED_LIBS"=${BUILD_SHARED_LIBS}" \ -DREGEX_BACKEND=builtin \ -DUSE_HTTPS=OFF \ + -DUSE_SSH=OFF \ -DCMAKE_C_FLAGS=-fPIC \ -DCMAKE_BUILD_TYPE="RelWithDebInfo" \ -DCMAKE_INSTALL_PREFIX="${BUILD_INSTALL_PREFIX}" \ -- cgit v1.2.3