Python2: update to Python2-2.7.15

This commit is contained in:
MilhouseVH 2018-05-28 01:37:54 +01:00
parent 03e9a0806c
commit 4e610dcb59
2 changed files with 4 additions and 4 deletions

View File

@ -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/"

View File

@ -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: