--enable-shared

This commit is contained in:
Kenneth Reitz
2014-06-02 10:28:35 -04:00
parent 63edc5d89b
commit f758a5d738
+1 -1
View File
@@ -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