From def3136c8519cc365ba3668fb4bda251707d25e8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz 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 7b0296d..2b31b96 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 9fe9672..775b613 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 abd9b1f..84bb094 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 a6d2e0f..7ff33b4 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 6b311af..063c4f6 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 305f780..9c9ee09 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 4a1eac1..6da7ca4 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