From def3136c8519cc365ba3668fb4bda251707d25e8 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Mon, 2 Jun 2014 15:34:28 -0400
Subject: [PATCH] no shared for 2.5

---
 builds/runtimes/python-2.5.0 | 2 +-
 builds/runtimes/python-2.5.1 | 2 +-
 builds/runtimes/python-2.5.2 | 2 +-
 builds/runtimes/python-2.5.3 | 2 +-
 builds/runtimes/python-2.5.4 | 2 +-
 builds/runtimes/python-2.5.5 | 2 +-
 builds/runtimes/python-2.5.6 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/builds/runtimes/python-2.5.0 b/builds/runtimes/python-2.5.0
index 7b0296d8..2b31b960 100755
--- a/builds/runtimes/python-2.5.0
+++ b/builds/runtimes/python-2.5.0
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.1 b/builds/runtimes/python-2.5.1
index 9fe96725..775b6130 100755
--- a/builds/runtimes/python-2.5.1
+++ b/builds/runtimes/python-2.5.1
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.1 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.2 b/builds/runtimes/python-2.5.2
index abd9b1f6..84bb0942 100755
--- a/builds/runtimes/python-2.5.2
+++ b/builds/runtimes/python-2.5.2
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.2 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.3 b/builds/runtimes/python-2.5.3
index a6d2e0f8..7ff33b44 100755
--- a/builds/runtimes/python-2.5.3
+++ b/builds/runtimes/python-2.5.3
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.3 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.4 b/builds/runtimes/python-2.5.4
index 6b311afe..063c4f62 100755
--- a/builds/runtimes/python-2.5.4
+++ b/builds/runtimes/python-2.5.4
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.4 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.5 b/builds/runtimes/python-2.5.5
index 305f7802..9c9ee091 100755
--- a/builds/runtimes/python-2.5.5
+++ b/builds/runtimes/python-2.5.5
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.5 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.6 b/builds/runtimes/python-2.5.6
index 4a1eac15..6da7ca45 100755
--- a/builds/runtimes/python-2.5.6
+++ b/builds/runtimes/python-2.5.6
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.6 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
-- 
GitLab