diff --git a/pkgs/git.yaml b/pkgs/git.yaml index 4e7be7d35..c230a4fac 100644 --- a/pkgs/git.yaml +++ b/pkgs/git.yaml @@ -10,6 +10,7 @@ sources: defaults: # /bin/git contains hard-coded path relocatable: false + disable_crypto: false build_stages: @@ -19,6 +20,13 @@ build_stages: bash: | export PERL_PATH="/usr/bin/env perl" +- when: platform == 'Darwin' and disable_crypto + name: fix_crypto_compile_failure + before: configure + handler: bash + bash: | + export NO_APPLE_COMMON_CRYPTO=1 + - name: configure mode: override extra: ['--with-libpcre=${PCRE_DIR}', '--with-zlib=${ZLIB_DIR}', '--with-iconv=${LIBICONV_DIR}', '--with-expat=${EXPAT_DIR}', '--with-curl=${CURL_DIR}']