]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30368: Update build_ssl.py to restore Perl-less building (#1805)
authorJeremy Kloth <jeremy.kloth@gmail.com>
Tue, 20 Jun 2017 20:53:39 +0000 (14:53 -0600)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Jun 2017 20:53:39 +0000 (22:53 +0200)
commitebbccea997e03f60fec8308f2fb9e89a11521a74
treec86f77825bb5b9a3b5c424426abceca49510afc9
parentd4324baca4c03eb8d55446cd1b74b32ec5633af5
bpo-30368: Update build_ssl.py to restore Perl-less building (#1805)

* bpo-30368: Update build_ssl.py to restore Perl-less building

OpenSSL 1.0.2 releases changed how files are copied in the makefile,
thus causing Perl to be required even for Python's "prepared" OpenSSL.
Now build_ssl.py does the requisite copies before running nmake.

* bpo-30368: Update build_ssl.py to use prepared OpenSSL

* Updates SSL-linking projects to use the new include{suffix} directory
* build_ssl.py now only copies those files not handled by prepare_ssl.py

* * bpo-30368: Update build_ssl.py to use prepared OpenSSL

* Update SSL-linking projects to use the new include{suffix} directory

* Move comment to following line
PC/VS9.0/_hashlib.vcproj
PC/VS9.0/_ssl.vcproj
PC/VS9.0/build_ssl.py
PCbuild/prepare_ssl.py