diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-11 01:59:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-11 01:59:36 +0300 |
commit | 29b6f84458ec6bad399d5246bbdba9303061f27c (patch) | |
tree | 37c213044a515a2a0359788e0ee559defe7f3343 | |
parent | 3141f866b59fc296db8aee127335fd845ca4ba53 (diff) | |
download | repository-29b6f84458ec6bad399d5246bbdba9303061f27c.tar.gz |
git: use bearssl instead of openssl
-rwxr-xr-x | extra/git/build | 5 | ||||
-rw-r--r-- | extra/git/depends | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/extra/git/build b/extra/git/build index 0536a4cc..ee3d4ad1 100755 --- a/extra/git/build +++ b/extra/git/build @@ -1,16 +1,14 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -fPIC" - cat > config.mak <<EOF NO_GETTEXT=YesPlease NO_SVN_TESTS=YesPlease +NO_OPENSSL=YesPlease NO_TCLTK=YesPlease NO_EXPAT=YesPlease NO_NSEC=YesPlease NO_PYTHON=YesPlease NO_PERL=YesPlease -NO_SVN_TESTS=YesPlease NO_SYS_POLL_H=1 NO_CROSS_DIRECTORY_HARDLINKS=1 NO_INSTALL_HARDLINKS=1 @@ -18,6 +16,7 @@ EOF ./configure \ --prefix=/usr \ + --with-curl \ ac_cv_snprintf_returns_bogus=no \ ac_cv_fread_reads_directories=yes diff --git a/extra/git/depends b/extra/git/depends index ae42686b..bbeee5d6 100644 --- a/extra/git/depends +++ b/extra/git/depends @@ -1,3 +1,3 @@ +bearssl curl -libressl zlib |