commit bc3684da4f9a0fccd0b8212c263069812b223bc0
parent b95712377fc9c4b4f34972b41826988bb5986b8b
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 3 Sep 2020 10:34:28 +0300
git: revert to libressl
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extra/git/build b/extra/git/build
@@ -3,7 +3,6 @@
cat > config.mak <<EOF
NO_GETTEXT=YesPlease
NO_SVN_TESTS=YesPlease
-NO_OPENSSL=YesPlease
NO_TCLTK=YesPlease
NO_EXPAT=YesPlease
NO_NSEC=YesPlease
@@ -32,6 +31,7 @@ done
# Build and install remote-http helper. This doesn't happen by default when
# building static git.
+set -x
export CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -I$PWD -I$PWD/compat/regex -I$PWD/xdiff -include config.h"
for obj in http http-walker; do
# shellcheck disable=2086
diff --git a/extra/git/depends b/extra/git/depends
@@ -1,4 +1,4 @@
-bearssl make
curl make
+libressl make
pkgconf make
zlib make
diff --git a/extra/git/version b/extra/git/version
@@ -1 +1 @@
-2.28.0 1
+2.28.0 2