diff options
author | Nicolas Cavallari <nicolas.cavallari@green-communications.fr> | 2016-11-22 14:11:09 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-25 23:13:00 +0100 |
commit | fa627738266e5c5c45f6250657ac113cc99df5a3 (patch) | |
tree | 127e955c9400061fd4cbd14704610aa803e75410 /package/gcc | |
parent | 72dcc7c252e7be65ff3e66bcf5dd20b49e2de915 (diff) | |
download | buildroot-fa627738266e5c5c45f6250657ac113cc99df5a3.tar.gz buildroot-fa627738266e5c5c45f6250657ac113cc99df5a3.zip |
python3: do not use the system OpenSSL in the host variant
host-python3 currently detect if there is an usable OpenSSL installation
and conditionnaly compiles the 'ssl', '_ssl' and '_hashlib' modules.
This may break compilation if the system's OpenSSL has been updated to
1.1.0 because of a bug in python, see https://bugs.python.org/issue26470
for details.
Unlike Python 2.7, Python 3 unconditionnaly compiles fallbacks for
common hash algorithm, so disabling OpenSSL will still leave Python 3
with implementations of common hash algorithm.
This adds a patch to configure.ac patch to implement a --disable-openssl
option.
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions