diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-08 12:42:38 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-08 13:56:42 +0200 |
commit | 63c735b60a992aa5a97aba859ca8a5ba05e6af16 (patch) | |
tree | 7c76dc26ede805d818c16b21a9dfb05100bb97a1 /package/python/python-010-fix-python-config.patch | |
parent | 9fa9cf998efea8b0c3537d9e132302b59c169dae (diff) |
python: bump to version 2.7.8
The different patches are just refreshed to apply without fuzz, there
are no changes/conflicts.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/python-010-fix-python-config.patch')
-rw-r--r-- | package/python/python-010-fix-python-config.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python/python-010-fix-python-config.patch b/package/python/python-010-fix-python-config.patch index 9e35de68d..97ff157bc 100644 --- a/package/python/python-010-fix-python-config.patch +++ b/package/python/python-010-fix-python-config.patch @@ -26,7 +26,7 @@ Index: b/configure.ac case $ac_sys_system in CYGWIN*) BLDLIBRARY='$(LIBRARY)' -@@ -1909,6 +1911,9 @@ +@@ -1915,6 +1917,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) -@@ -4550,7 +4555,7 @@ +@@ -4563,7 +4568,7 @@ AC_MSG_RESULT(done) # generate output files @@ -91,7 +91,7 @@ Index: b/Makefile.pre.in @if [ -s Modules/python.exp -a \ "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ echo; echo "Installing support files for building shared extension modules on AIX:"; \ -@@ -1311,6 +1313,7 @@ +@@ -1312,6 +1314,7 @@ config.cache config.log pyconfig.h Modules/config.c -rm -rf build platform -rm -rf $(PYTHONFRAMEWORKDIR) |