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/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.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/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch')
| -rw-r--r-- | package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch b/package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch index 183d6b300f..3957041bf0 100644 --- a/package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch +++ b/package/python3/0004-Disable-buggy_getaddrinfo-configure-test-when-cross-.patch @@ -1,4 +1,4 @@ -From 093caf46b7a742ee2f7bcf617a915ac1653aa8ac Mon Sep 17 00:00:00 2001 +From 449ac686b4c0f73bbbf0202c4a5689b5ddb37d53 Mon Sep 17 00:00:00 2001 From: Vanya Sergeev <vsergeev@gmail.com> Date: Wed, 23 Dec 2015 11:30:33 +0100 Subject: [PATCH] Disable buggy_getaddrinfo configure test when cross-compiling @@ -10,10 +10,10 @@ Signed-off-by: Vanya Sergeev <vsergeev@gmail.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 66d4642..c492594 100644 +index db0e336..f57f2eb 100644 --- a/configure.ac +++ b/configure.ac -@@ -3662,7 +3662,7 @@ fi +@@ -3744,7 +3744,7 @@ fi AC_MSG_RESULT($ac_cv_buggy_getaddrinfo) @@ -23,5 +23,5 @@ index 66d4642..c492594 100644 if test $ipv6 = yes then -- -2.6.4 +2.7.4 |

