Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pkgs/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sources:
defaults:
# /bin/git contains hard-coded path
relocatable: false
disable_crypto: false

build_stages:

Expand All @@ -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}']
Expand Down