no shared for python-2.7.8

This commit is contained in:
Kenneth Reitz
2014-07-09 16:37:12 -04:00
parent f4c7160763
commit 5ee2bdbd10
+1 -1
View File
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv Python-2.7.8 src
cd src
./configure --prefix=$OUT_PREFIX --enable-shared
./configure --prefix=$OUT_PREFIX
make
make install