This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients ned.deily, paul.moore, python-dev, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2016-02-22.10:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456136746.07.0.678902447884.issue26268@psf.upfronthosting.co.za>
In-reply-to
Content
OpenSSL seems to have FUBARed their release process, such that the include/ directory no longer includes anything.  As such I had to update prepare_ssl.py to handle creating include directories for 32 and 64 bit.  This is somewhat wasteful since the only thing really different between the two is opensslconf.h, but this is the simplest approach.

With that update, builds of 2.7 using the old project files in PC/VS9.0 now require Perl to be available to create the makefile.  I don't think this is an undue burden; on the other hand, making prepare_ssl.py handle the requirements of the old build_ssl.py is far more effort than I want to invest.

Steve, would you mind double-checking my work if you get a chance?  I committed in a bit of a hurry at the request of Intel.
History
Date User Action Args
2016-02-22 10:25:46zach.waresetrecipients: + zach.ware, paul.moore, ronaldoussoren, tim.golden, ned.deily, python-dev, steve.dower
2016-02-22 10:25:46zach.waresetmessageid: <1456136746.07.0.678902447884.issue26268@psf.upfronthosting.co.za>
2016-02-22 10:25:46zach.warelinkissue26268 messages
2016-02-22 10:25:45zach.warecreate