From a6f43ecaabaa596de65ee993ffc4866b3af2ee38 Mon Sep 17 00:00:00 2001 From: Carson Howard Date: Tue, 10 Oct 2017 12:28:47 -0700 Subject: [PATCH 1/2] Bumped libgit2 to libgit-next head --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index 3c1308d8c..da12bb87a 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit 3c1308d8c1afa74d5da76ff1d3b2106d352ed36f +Subproject commit da12bb87a7d206d3c8dfdd0922d0c3c7009965ba From f5e8143b9956322971ea87c886490d2f54adf0fb Mon Sep 17 00:00:00 2001 From: Carson Howard Date: Tue, 10 Oct 2017 15:00:30 -0700 Subject: [PATCH 2/2] Add LIBGIT2_NO_FEATURES_H preproces directive for building libgit2 --- vendor/libgit2.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/libgit2.gyp b/vendor/libgit2.gyp index f00470f99..59e2931b2 100644 --- a/vendor/libgit2.gyp +++ b/vendor/libgit2.gyp @@ -17,6 +17,7 @@ "GIT_THREADS", "GIT_SSH", "GIT_SSH_MEMORY_CREDENTIALS", + "LIBGIT2_NO_FEATURES_H", # Node's util.h may be accidentally included so use this to guard # against compilation error. "SRC_UTIL_H_",