From: Lars Schneider <[email protected]> Apple removed the OpenSSL header files in macOS and therefore Git does not build out of the box on macOS anymore. See previous discussion with Torsten here: http://public-inbox.org/git/[email protected]/
This mini series makes Git build out of the box on macOS, again, and disables the HTTPD tests on macOS TravisCI as they don't work anymore with the new macOS TravisCI default image: https://blog.travis-ci.com/2016-10-04-osx-73-default-image-live/ Thanks, Lars Lars Schneider (2): config.mak.in: set NO_OPENSSL and APPLE_COMMON_CRYPTO for macOS >10.11 travis-ci: disable GIT_TEST_HTTPD for macOS .travis.yml | 3 ++- config.mak.uname | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) -- 2.10.0

