diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-03 10:34:28 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-03 10:34:28 +0300 |
commit | bc3684da4f9a0fccd0b8212c263069812b223bc0 (patch) | |
tree | f1c3aa374cf8116d9dac97400eb47bc57a5f96cb /extra/git | |
parent | b95712377fc9c4b4f34972b41826988bb5986b8b (diff) | |
download | repository-bc3684da4f9a0fccd0b8212c263069812b223bc0.tar.gz |
git: revert to libressl
Diffstat (limited to 'extra/git')
-rwxr-xr-x | extra/git/build | 2 | ||||
-rw-r--r-- | extra/git/depends | 2 | ||||
-rw-r--r-- | extra/git/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/git/build b/extra/git/build index f871efed..b9547c4b 100755 --- 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 index 0a37ab16..7a3c084e 100644 --- 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 index 02e982b4..1ab3a66b 100644 --- a/extra/git/version +++ b/extra/git/version @@ -1 +1 @@ -2.28.0 1 +2.28.0 2 |