larsxschneider@xxxxxxxxx writes: > From: Lars Schneider <larsxschneider@xxxxxxxxx> > > 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/565B3036.8000604@xxxxxx/ > > 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(-) I've followed what was available at the public-inbox archive, but it is unclear what the conclusion was. For the first one your "how about" non-patch, to which Peff said "that's simple and good", looked good to me as well, but is it available as a final patch that I can just take and apply (otherwise I think I can do the munging myself, but I'd rather be spoon-fed when able ;-). I do not have a strong opinion on the second one. For an interim solution, disabling webserver tests certainly is expedite and safe, so I am fine taking it as-is, but I may have missed strong objections. Thanks.