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

/cc @GrahamDumpleton
---
 builds/runtimes/python-2.6.0 | 2 +-
 builds/runtimes/python-2.6.1 | 2 +-
 builds/runtimes/python-2.6.2 | 2 +-
 builds/runtimes/python-2.6.3 | 2 +-
 builds/runtimes/python-2.6.4 | 2 +-
 builds/runtimes/python-2.6.5 | 2 +-
 builds/runtimes/python-2.6.6 | 2 +-
 builds/runtimes/python-2.6.7 | 2 +-
 builds/runtimes/python-2.6.8 | 2 +-
 builds/runtimes/python-2.6.9 | 2 +-
 builds/runtimes/python-2.7.1 | 2 +-
 builds/runtimes/python-2.7.2 | 2 +-
 builds/runtimes/python-2.7.3 | 2 +-
 builds/runtimes/python-2.7.4 | 2 +-
 builds/runtimes/python-2.7.5 | 2 +-
 builds/runtimes/python-2.7.6 | 2 +-
 builds/runtimes/python-2.7.7 | 2 +-
 builds/runtimes/python-3.4.0 | 2 +-
 builds/runtimes/python-3.4.1 | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/builds/runtimes/python-2.6.0 b/builds/runtimes/python-2.6.0
index 950b04ab..a1b05b63 100755
--- a/builds/runtimes/python-2.6.0
+++ b/builds/runtimes/python-2.6.0
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar jx
 mv Python-2.6 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.1 b/builds/runtimes/python-2.6.1
index c59e62fa..9bb85926 100755
--- a/builds/runtimes/python-2.6.1
+++ b/builds/runtimes/python-2.6.1
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.1 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.2 b/builds/runtimes/python-2.6.2
index 895c69c4..dcce19c9 100755
--- a/builds/runtimes/python-2.6.2
+++ b/builds/runtimes/python-2.6.2
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.2 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.3 b/builds/runtimes/python-2.6.3
index 14ba4370..71839b0a 100755
--- a/builds/runtimes/python-2.6.3
+++ b/builds/runtimes/python-2.6.3
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.3 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.4 b/builds/runtimes/python-2.6.4
index 93179d91..c1b4f89c 100755
--- a/builds/runtimes/python-2.6.4
+++ b/builds/runtimes/python-2.6.4
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.4 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.5 b/builds/runtimes/python-2.6.5
index 62a7c410..c681bffa 100755
--- a/builds/runtimes/python-2.6.5
+++ b/builds/runtimes/python-2.6.5
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.5 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.6 b/builds/runtimes/python-2.6.6
index f4200b97..b5cb8ecf 100755
--- a/builds/runtimes/python-2.6.6
+++ b/builds/runtimes/python-2.6.6
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.6 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.7 b/builds/runtimes/python-2.6.7
index 9d7f6cea..0eb587b2 100755
--- a/builds/runtimes/python-2.6.7
+++ b/builds/runtimes/python-2.6.7
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.7 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.8 b/builds/runtimes/python-2.6.8
index 20493c70..ed071fc9 100755
--- a/builds/runtimes/python-2.6.8
+++ b/builds/runtimes/python-2.6.8
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.8 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.6.9 b/builds/runtimes/python-2.6.9
index 1fb010fa..dfa52839 100755
--- a/builds/runtimes/python-2.6.9
+++ b/builds/runtimes/python-2.6.9
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.6.9 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.1 b/builds/runtimes/python-2.7.1
index 2b8f79e6..06b03af4 100755
--- a/builds/runtimes/python-2.7.1
+++ b/builds/runtimes/python-2.7.1
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.1 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.2 b/builds/runtimes/python-2.7.2
index eb7b5127..f89af12a 100755
--- a/builds/runtimes/python-2.7.2
+++ b/builds/runtimes/python-2.7.2
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.2 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.3 b/builds/runtimes/python-2.7.3
index 7b267feb..d139ca38 100755
--- a/builds/runtimes/python-2.7.3
+++ b/builds/runtimes/python-2.7.3
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.3 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.4 b/builds/runtimes/python-2.7.4
index 3e132731..08b04e0e 100755
--- a/builds/runtimes/python-2.7.4
+++ b/builds/runtimes/python-2.7.4
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.4 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.5 b/builds/runtimes/python-2.7.5
index 5da16ecc..520ec013 100755
--- a/builds/runtimes/python-2.7.5
+++ b/builds/runtimes/python-2.7.5
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.5 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.6 b/builds/runtimes/python-2.7.6
index f9040a76..098ea0f5 100755
--- a/builds/runtimes/python-2.7.6
+++ b/builds/runtimes/python-2.7.6
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.6 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-2.7.7 b/builds/runtimes/python-2.7.7
index 7ff982fd..2c6a60e1 100755
--- a/builds/runtimes/python-2.7.7
+++ b/builds/runtimes/python-2.7.7
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.7.7 src
 cd src
 
-./configure --prefix=$OUT_PREFIX
+./configure --prefix=$OUT_PREFIX --enable-shared
 make
 make install
diff --git a/builds/runtimes/python-3.4.0 b/builds/runtimes/python-3.4.0
index 7df02e5c..8e4d80e3 100755
--- a/builds/runtimes/python-3.4.0
+++ b/builds/runtimes/python-3.4.0
@@ -10,7 +10,7 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-3.4.0 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --with-ensurepip=no
+./configure --prefix=$OUT_PREFIX --with-ensurepip=no --enable-shared
 make
 make install
 
diff --git a/builds/runtimes/python-3.4.1 b/builds/runtimes/python-3.4.1
index ceaaf9de..352245a5 100755
--- a/builds/runtimes/python-3.4.1
+++ b/builds/runtimes/python-3.4.1
@@ -10,7 +10,7 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-3.4.1 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --with-ensurepip=no
+./configure --prefix=$OUT_PREFIX --with-ensurepip=no --enable-shared
 make
 make install
 
-- 
GitLab