From b983e1daebf528443e2a3954cd595fa3664ec93f Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 5 Sep 2021 16:39:07 -0700 Subject: Add support for managed HTTP/S transports (#810) This change uses the newly-exposed Transport interface to use Go's implementation of http.Client instead of httpclient via libgit2. --- 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 271a823..90a225c 100755 --- a/script/build-libgit2.sh +++ b/script/build-libgit2.sh @@ -67,6 +67,7 @@ cmake -DTHREADSAFE=ON \ -DBUILD_CLAR=OFF \ -DBUILD_SHARED_LIBS"=${BUILD_SHARED_LIBS}" \ -DREGEX_BACKEND=builtin \ + -DUSE_HTTPS=OFF \ -DCMAKE_C_FLAGS=-fPIC \ -DCMAKE_BUILD_TYPE="RelWithDebInfo" \ -DCMAKE_INSTALL_PREFIX="${BUILD_INSTALL_PREFIX}" \ -- cgit v1.2.3