]> granicus.if.org Git - python/commit
Change OS X installer builds targeted for 10.10 and above to build
authorNed Deily <nad@python.org>
Wed, 24 Feb 2016 14:03:06 +0000 (01:03 +1100)
committerNed Deily <nad@python.org>
Wed, 24 Feb 2016 14:03:06 +0000 (01:03 +1100)
commit5c884dfc574b5fe7b85c6db568dad05863170979
treee0502303482eb1b9865041ad6522d9eb374e6a05
parentb8da1a4feecc387b42d169be472e3a013cebdbc3
parent59884989f7688478b86769d209a0570d81322ebf
Change OS X installer builds targeted for 10.10 and above to build
and link with a private copy of OpenSSL, like installers targeted
for 10.5 already do, since Apple has deprecated use of the system
OpenSSL and removed its header files from the Xcode 7 SDK.  Note
that this configuration is not currently used to build any
python.org-supplied installers and that the private copy of
OpenSSL requires its own root certificates.