diff options
Diffstat (limited to 'extra')
-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 |