From 5ee2bdbd10c5f5269597b2dfae0ffa62d00b927a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 9 Jul 2014 16:37:12 -0400 Subject: [PATCH] no shared for python-2.7.8 --- builds/runtimes/python-2.7.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/python-2.7.8 b/builds/runtimes/python-2.7.8 index 1baeff97..07009891 100755 --- a/builds/runtimes/python-2.7.8 +++ b/builds/runtimes/python-2.7.8 @@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.7.8 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install -- GitLab