From c6e1a88d57f800faefaee9fe845f890089fa7c18 Mon Sep 17 00:00:00 2001 From: John Cai Date: Mon, 6 May 2019 18:54:03 -0700 Subject: [PATCH] Add libpcre to git --- scripts/install-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-git b/scripts/install-git index 109fc2d..ed489b7 100755 --- a/scripts/install-git +++ b/scripts/install-git @@ -9,7 +9,7 @@ mkdir build \ && tar -C build -xzf git.tar.gz \ && cd build/git-$GIT_VERSION \ && chmod +x configure \ - && ./configure \ + && USE_LIBPCRE=YesPlease ./configure --with-libpcre \ && make all \ && make install PREFIX=/usr/local \ && cd ../.. \