aboutsummaryrefslogtreecommitdiff
path: root/core/git/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/git/build')
-rwxr-xr-xcore/git/build3
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