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 /extra/git/build | |
parent | 3141f866b59fc296db8aee127335fd845ca4ba53 (diff) | |
download | repository-29b6f84458ec6bad399d5246bbdba9303061f27c.tar.gz |
git: use bearssl instead of openssl
Diffstat (limited to 'extra/git/build')
-rwxr-xr-x | extra/git/build | 5 |
1 files changed, 2 insertions, 3 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 |