diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-08 00:00:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-09 22:35:30 +0100 |
commit | 63aeae6538770ab7f4eb048373b2e8d99c26d4c5 (patch) | |
tree | 47eb9da38f1747493ba5be0dcbd232314e55af22 /package/python3/0031-Add-an-option-to-disable-openssl.patch | |
parent | 3c98442669f173818a8cce9479ebb0806cb9f8a2 (diff) | |
download | buildroot-63aeae6538770ab7f4eb048373b2e8d99c26d4c5.tar.gz buildroot-63aeae6538770ab7f4eb048373b2e8d99c26d4c5.zip |
python3: refresh Git formatted patches
This refreshes the set of python3 patches so they apply cleanly on the
v3.5.2 tag of cpython Github repository.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python3/0031-Add-an-option-to-disable-openssl.patch')
-rw-r--r-- | package/python3/0031-Add-an-option-to-disable-openssl.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/python3/0031-Add-an-option-to-disable-openssl.patch b/package/python3/0031-Add-an-option-to-disable-openssl.patch deleted file mode 100644 index d4375203b4..0000000000 --- a/package/python3/0031-Add-an-option-to-disable-openssl.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> -Subject: [PATCH] Add an option to disable openssl support. - -Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> ---- - configure.ac | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/configure.ac -+++ b/configure.ac -@@ -3027,6 +3027,12 @@ - DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} unicodedata" - fi]) - -+AC_ARG_ENABLE(openssl, -+ AS_HELP_STRING([--disable-openssl], [disable openssl support]), -+ [ if test "$enableval" = "no"; then -+ DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} ssl _ssl _hashlib" -+ fi]) -+ - AC_SUBST(TK) - AC_ARG_ENABLE(tk, - AS_HELP_STRING([--disable-tk], [disable tk]), |