diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-27 15:54:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-27 15:54:58 +0300 |
commit | dde61de4ab308e4510e6ef7c2db99cb47dc3254c (patch) | |
tree | 4bde5fad459cb460b61c60ff3709dc537038d551 /core | |
parent | 07bf9d29ed532468b918ea6d248b3e6438bfa2d3 (diff) | |
download | repository-dde61de4ab308e4510e6ef7c2db99cb47dc3254c.tar.gz |
git: use openssl
Diffstat (limited to 'core')
-rwxr-xr-x | core/git/build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/git/build b/core/git/build index bb277467..197cbf14 100755 --- a/core/git/build +++ b/core/git/build @@ -1,7 +1,5 @@ #!/bin/sh -e -sed -i '/^\#include.*openssl.*\.h/d' git-compat-util.h - cat > config.mak <<EOF NO_GETTEXT=YesPlease NO_SVN_TESTS=YesPlease @@ -10,7 +8,6 @@ NO_EXPAT=YesPlease NO_NSEC=YesPlease NO_PYTHON=YesPlease NO_SYS_POLL_H=1 -NO_OPENSSL=YesPlease NO_CROSS_DIRECTORY_HARDLINKS=1 NO_INSTALL_HARDLINKS=1 EOF |