From f6ca646d66af68285e3ced41b21d04c1d7bd13d7 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 25 Mar 2017 13:39:17 +0100 Subject: [PATCH] Updated python3 --- satellites/python3.sat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/satellites/python3.sat b/satellites/python3.sat index 22e3f62..f303e5f 100644 --- a/satellites/python3.sat +++ b/satellites/python3.sat @@ -1,13 +1,13 @@ import 'compile/configure' name=Python -version=3.6.0 +version=3.6.1 update_url='https://www.python.org/downloads/' define_option '2to3-symlink: Install the 2to3 symlink (it may conflict with python2)' dlextract "https://www.python.org/ftp/python/$version/$name-$version.tar.xz" \ - '82b143ebbf4514d7e05876bed7a6b1f5' + '692b4fc3a2ba0d54d1495d4ead5b0b5c' header_end cd "$name-$version" @@ -36,11 +36,11 @@ sed -i -e "/LIBPL=/s/lib/$(safe_sed "$dir_libdir")/" configure compile_configure -- \ --enable-shared \ + --with-lto \ --with-threads \ --with-system-expat \ --with-system-ffi \ --with-system-libmpdec \ --without-ensurepip -make DESTDIR="$dir_install" maninstall # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: