From 14096e0ca52541ce73e8d9d4f291526c061d41e8 Mon Sep 17 00:00:00 2001 From: cclauss <cclauss@bluewin.ch> Date: Wed, 5 Nov 2014 00:19:33 +0100 Subject: [PATCH] fix @kennethreit's mess Should fix issue https://github.com/heroku/heroku-buildpack-python/issues/181 --- builds/runtimes/python-2.7.8-shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/python-2.7.8-shared b/builds/runtimes/python-2.7.8-shared index 07009891..1baeff97 100755 --- a/builds/runtimes/python-2.7.8-shared +++ b/builds/runtimes/python-2.7.8-shared @@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.7.8 src cd src -./configure --prefix=$OUT_PREFIX +./configure --prefix=$OUT_PREFIX --enable-shared make make install -- GitLab