From 783d9e4b12f8692f2d796627c94994ac740d129b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 15 Mar 2016 14:22:31 -0400 Subject: [PATCH] no shared for python-3.5.1 --- builds/runtimes/python-3.5.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/python-3.5.1 b/builds/runtimes/python-3.5.1 index 08300a94..19a96163 100755 --- a/builds/runtimes/python-3.5.1 +++ b/builds/runtimes/python-3.5.1 @@ -10,7 +10,7 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-3.5.1 src cd src -./configure --prefix=$OUT_PREFIX --with-ensurepip=no --enable-shared +./configure --prefix=$OUT_PREFIX --with-ensurepip=no make make install -- GitLab