summaryrefslogtreecommitdiff
path: root/package/python2/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-17 04:02:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-19 19:48:08 +0100
commit9e65605e27d269b03863059f3fdd794182e7b96c (patch)
treeb0bc19b13a41e6ec43956d6c4708db294e318473 /package/python2/patches/patch-configure_ac
parentf62b422e5a2b7bb834e061267c48f5db7b069c0e (diff)
python2: update to 2.7.13, simplify patches
Diffstat (limited to 'package/python2/patches/patch-configure_ac')
-rw-r--r--package/python2/patches/patch-configure_ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python2/patches/patch-configure_ac b/package/python2/patches/patch-configure_ac
index ae2c7ada1..1a09f6eed 100644
--- a/package/python2/patches/patch-configure_ac
+++ b/package/python2/patches/patch-configure_ac
@@ -1,5 +1,5 @@
---- 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
+--- Python-2.7.13.orig/configure.ac 2016-12-17 21:05:07.000000000 +0100
++++ Python-2.7.13/configure.ac 2017-03-16 19:29:41.000000000 +0100
@@ -22,7 +22,7 @@ rm -f pybuilddir.txt
if test "$cross_compiling" = yes; then
AC_MSG_CHECKING([for python interpreter for cross build])
@@ -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
-@@ -1070,9 +1070,7 @@ then
+@@ -1079,9 +1079,7 @@ then
if test "$Py_DEBUG" = 'true' ; then
# Optimization messes up debuggers, so turn it off for
# debug builds.