summaryrefslogtreecommitdiff
path: root/package/python2/patches/patch-configure_ac
diff options
context:
space:
mode:
Diffstat (limited to 'package/python2/patches/patch-configure_ac')
-rw-r--r--package/python2/patches/patch-configure_ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python2/patches/patch-configure_ac b/package/python2/patches/patch-configure_ac
index 0ec10f1de..ae2c7ada1 100644
--- a/package/python2/patches/patch-configure_ac
+++ b/package/python2/patches/patch-configure_ac
@@ -1,6 +1,6 @@
---- Python-2.7.5.orig/configure.ac 2013-05-12 05:32:54.000000000 +0200
-+++ Python-2.7.5/configure.ac 2013-10-30 15:33:30.000000000 +0100
-@@ -19,7 +19,7 @@ AC_SUBST(host)
+--- Python-2.7.9.orig/configure.ac 2014-12-10 17:00:00.000000000 +0100
++++ Python-2.7.9/configure.ac 2015-04-11 09:05:42.203804700 +0200
+@@ -22,7 +22,7 @@ rm -f pybuilddir.txt
if test "$cross_compiling" = yes; then
AC_MSG_CHECKING([for python interpreter for cross build])
if test -z "$PYTHON_FOR_BUILD"; then
@@ -9,7 +9,7 @@
which $interp >/dev/null 2>&1 || continue
if $interp -c 'import sys;sys.exit(not (sys.version_info@<:@:2@:>@ >= (2,7) and sys.version_info@<:@0@:>@ < 3))'; then
break
-@@ -1066,9 +1066,7 @@ then
+@@ -1070,9 +1070,7 @@ then
if test "$Py_DEBUG" = 'true' ; then
# Optimization messes up debuggers, so turn it off for
# debug builds.