[issue9552] ssl build under Windows always rebuilds OpenSSL

Hirokazu Yamamoto report at bugs.python.org
Mon Sep 20 06:57:05 CEST 2010


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

This is the patch I'm thinking of. I confirmed this works
on VS8.0. (After replaced "..\\.." with "..\\..\\..")

E:\PYTHON~1\py3k\PC\VS8.0>python_d.exe build_ssl.py Release Win32 -a
Found a working perl at 'C:\Perl\bin\perl.exe'
Found an SSL directory at '..\..\..\openssl-1.0.0a'
Executing ssl makefiles: nmake /nologo -f "ms\nt.mak"
Building OpenSSL
        copy ".\crypto\buildinf.h" "tmp32\buildinf.h"
        Copied one file.
        copy ".\crypto\opensslconf.h" "inc32\openssl\opensslconf.h"
        Copied one file.
[45178 refs]

By this change, two header files are still copied. I feel
it's strange header files are modified but none of sources
are not re-built.

----------
Added file: http://bugs.python.org/file18935/py3k_openssl.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9552>
_______________________________________


More information about the Python-bugs-list mailing list