summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2019-08-13 20:28:10 +0200
committerGitHub <[email protected]>2019-08-13 20:28:10 +0200
commit37e5b53f742d3127acfa2a9cfc57ccb94e1b8c59 (patch)
tree5ec3f5bdc7fa2597f177a48ae170d93a4c9c56e7
parentb2e2b2f71bb47ae3d4cfde07b39f524f13d0df93 (diff)
parent57ab6bc351f96caabdeb58a5092c9dda51962603 (diff)
Merge pull request #519 from libgit2/cmn/update-libgit2
Update vendored libgit2 to 08cfa43d0e1a921
-rwxr-xr-xscript/build-libgit2-static.sh1
m---------vendor/libgit20
2 files changed, 1 insertions, 0 deletions
diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh
index 680dd93..096c5c6 100755
--- a/script/build-libgit2-static.sh
+++ b/script/build-libgit2-static.sh
@@ -12,6 +12,7 @@ cd "${BUILD_PATH}/build" &&
cmake -DTHREADSAFE=ON \
-DBUILD_CLAR=OFF \
-DBUILD_SHARED_LIBS=OFF \
+ -DREGEX_BACKEND=builtin \
-DCMAKE_C_FLAGS=-fPIC \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \
diff --git a/vendor/libgit2 b/vendor/libgit2
-Subproject 1a107fac0fc88a4d74b64ffc9ae2fd178ba631c
+Subproject 08cfa43d0e1a9214a2f1239593686078e75e563