--enable-shared

/cc @GrahamDumpleton
This commit is contained in:
Kenneth Reitz
2014-06-02 10:44:05 -04:00
parent d2738ece19
commit 40bc836a55
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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