diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-16 23:36:11 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-22 23:13:46 +0200 |
commit | 7076e6f61cbcd45f463eb70ab1ffbb8ff7f27819 (patch) | |
tree | b2c3e2d0f9c837c9407a1b196a9fb80054213705 /package/python/010-fix-python-config.patch | |
parent | d98eed3222c928914e6d10a4ac62bc107c2dc5e9 (diff) | |
download | buildroot-7076e6f61cbcd45f463eb70ab1ffbb8ff7f27819.tar.gz buildroot-7076e6f61cbcd45f463eb70ab1ffbb8ff7f27819.zip |
python: bump to 2.7.10
Patches are simply refreshed, except
004-sysconfigdata-install-location.patch where a minor conflict
resolution was needed.
[Peter: fixup .hash as pointed out by Arnout]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/010-fix-python-config.patch')
-rw-r--r-- | package/python/010-fix-python-config.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python/010-fix-python-config.patch b/package/python/010-fix-python-config.patch index 2beb2333bd..1266f3d3af 100644 --- a/package/python/010-fix-python-config.patch +++ b/package/python/010-fix-python-config.patch @@ -10,7 +10,7 @@ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac -@@ -882,6 +882,7 @@ +@@ -885,6 +885,7 @@ # Other platforms follow if test $enable_shared = "yes"; then @@ -18,7 +18,7 @@ Index: b/configure.ac AC_DEFINE(Py_ENABLE_SHARED, 1, [Defined if Python is built as a shared library.]) case $ac_sys_system in BeOS*) -@@ -942,6 +943,7 @@ +@@ -945,6 +946,7 @@ esac else # shared is disabled @@ -26,7 +26,7 @@ Index: b/configure.ac case $ac_sys_system in CYGWIN*) BLDLIBRARY='$(LIBRARY)' -@@ -1918,6 +1920,9 @@ +@@ -1921,6 +1923,9 @@ AC_SUBST(BLDSHARED) AC_SUBST(CCSHARED) AC_SUBST(LINKFORSHARED) @@ -36,7 +36,7 @@ Index: b/configure.ac # SO is the extension of shared libraries `(including the dot!) # -- usually .so, .sl on HP-UX, .dll on Cygwin AC_MSG_CHECKING(SO) -@@ -4581,7 +4586,7 @@ +@@ -4588,7 +4593,7 @@ AC_SUBST(ENSUREPIP) # generate output files |