Skip to content

Commit 0ec75ac

Browse files
committed
git: set NO_APPLE_COMMON_CRYPTO=1
This fixes a build failure on OS X 10.10.
1 parent e11ea81 commit 0ec75ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkgs/git.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ build_stages:
1919
bash: |
2020
export PERL_PATH="/usr/bin/env perl"
2121
22+
- when: platform == 'Darwin'
23+
name: fix_crypto_compile_failure
24+
before: configure
25+
handler: bash
26+
bash: |
27+
export NO_APPLE_COMMON_CRYPTO=1
28+
2229
- name: configure
2330
mode: override
2431
extra: ['--with-libpcre=${PCRE_DIR}', '--with-zlib=${ZLIB_DIR}', '--with-iconv=${LIBICONV_DIR}', '--with-expat=${EXPAT_DIR}', '--with-curl=${CURL_DIR}']

0 commit comments

Comments
 (0)