diff options
-rwxr-xr-x | core/git/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/git/build b/core/git/build index 9d6637cc..27003088 100755 --- a/core/git/build +++ b/core/git/build @@ -1,5 +1,7 @@ #!/bin/sh -e +sed -i '/^\#include.*openssl.*\.h/d' git-compat-util.h + cat > config.mak <<EOF NO_GETTEXT=YesPlease NO_SVN_TESTS=YesPlease @@ -9,6 +11,7 @@ NO_NSEC=YesPlease NO_PYTHON=YesPlease NO_PERL=YesPlease NO_SYS_POLL_H=1 +NO_OPENSSL=YesPlease NO_CROSS_DIRECTORY_HARDLINKS=1 NO_INSTALL_HARDLINKS=1 EOF |