> On Sep 26, 2017, at 19:00, Ken <[email protected]> wrote: > > Ken (kencu) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/5aaf07f3a5a38eeee0ad25bbf09b0e883509a91d > > The following commit(s) were added to refs/heads/master by this push: > > new 5aaf07f mosh: allow build with systems < 10.7 > > 5aaf07f is described below > > > commit 5aaf07f3a5a38eeee0ad25bbf09b0e883509a91d > > Author: Ken Cunningham <[email protected]> > AuthorDate: Tue Sep 26 17:00:19 2017 -0700 > > > mosh: allow build with systems < 10.7 > > use openssl on < 10.7, apple commoncrypto otherwise > closes: https://trac.macports.org/ticket/54907
This doesn't build on Lion: https://build.macports.org/builders/ports-10.7_x86_64_legacy-builder/builds/43805 checking CommonCrypto/CommonCrypto.h usability... no checking CommonCrypto/CommonCrypto.h presence... no checking for CommonCrypto/CommonCrypto.h... no checking for CommonCrypto/CommonCrypto.h... (cached) no configure: error: Apple Common Crypto header not found I haven't looked into why. I thought CommonCrypto was introduced in Leopard. Maybe the header names changed in Mountain Lion?
