From 4e610dcb59d21e2116c3a630bfdb4f484dcf7a79 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 28 May 2018 01:37:54 +0100 Subject: [PATCH] Python2: update to Python2-2.7.15 --- packages/lang/Python2/package.mk | 4 ++-- .../patches/Python2-2.7.11-010-fix-python-config.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lang/Python2/package.mk b/packages/lang/Python2/package.mk index 632cba5aaa..abddc360b0 100644 --- a/packages/lang/Python2/package.mk +++ b/packages/lang/Python2/package.mk @@ -17,8 +17,8 @@ ################################################################################ PKG_NAME="Python2" -PKG_VERSION="2.7.14" -PKG_SHA256="71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66" +PKG_VERSION="2.7.15" +PKG_SHA256="22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574" PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://www.python.org/" diff --git a/packages/lang/Python2/patches/Python2-2.7.11-010-fix-python-config.patch b/packages/lang/Python2/patches/Python2-2.7.11-010-fix-python-config.patch index 7843c78b9a..c1cc478dad 100644 --- a/packages/lang/Python2/patches/Python2-2.7.11-010-fix-python-config.patch +++ b/packages/lang/Python2/patches/Python2-2.7.11-010-fix-python-config.patch @@ -62,8 +62,8 @@ Index: b/Makefile.pre.in # Default target all: @DEF_MAKE_ALL_RULE@ --build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks -+build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks python-config +-build_all: check-clean-src $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks ++build_all: check-clean-src $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks python-config # Compile a binary with gcc profile guided optimization. profile-opt: