From f758a5d7381f6a6ca39054ddf481d9c587d4973c Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Mon, 2 Jun 2014 10:28:35 -0400
Subject: [PATCH] --enable-shared

---
 builds/runtimes/python-2.7.0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builds/runtimes/python-2.7.0 b/builds/runtimes/python-2.7.0
index 38e25e31..17559ec8 100755
--- a/builds/runtimes/python-2.7.0
+++ b/builds/runtimes/python-2.7.0
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
-- 
GitLab