]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change OS X installer builds targeted for 10.10 and above to build
authorNed Deily <nad@python.org>
Wed, 24 Feb 2016 14:01:02 +0000 (01:01 +1100)
committerNed Deily <nad@python.org>
Wed, 24 Feb 2016 14:01:02 +0000 (01:01 +1100)
commit942f3de9cb62e1b24249d8c828cfdc76fd246aff
treeeea12a200f6792ca51a152ab6b202fcfff3d4fdc
parent83abccbbc0d6935f889391c09ab990a5c221a6c4
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.
Mac/BuildScript/build-installer.py