X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ab159e1f173b3441248eb925e82e338fa7c2aa0c..0c45fbcde7f171e0102b8792dd05761cf197efd8:/packages/python2/build.sh diff --git a/packages/python2/build.sh b/packages/python2/build.sh index 142a8895..5c2c9b27 100644 --- a/packages/python2/build.sh +++ b/packages/python2/build.sh @@ -8,10 +8,10 @@ TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libu TERMUX_PKG_HOSTBUILD=true _MAJOR_VERSION=2.7 -TERMUX_PKG_VERSION=${_MAJOR_VERSION}.13 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=${_MAJOR_VERSION}.14 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731 +TERMUX_PKG_SHA256=71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 # The flag --with(out)-pymalloc (disable/enable specialized mallocs) is enabled by default and causes m suffix versions of python. # Set ac_cv_func_wcsftime=no to avoid errors such as "character U+ca0025 is not in range [U+0000; U+10ffff]" @@ -57,6 +57,7 @@ termux_step_pre_configure() { # zlib extension module is not built without this): CPPFLAGS+=" -I$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/include" LDFLAGS+=" -L$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib" + if [ $TERMUX_ARCH = x86_64 ]; then LDFLAGS+=64; fi } termux_step_post_make_install () {