From c5703462c28a68f933cb338250f9b7c8ca3a7f28 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2012 00:35:54 -0500 Subject: [PATCH] --without-tcltk --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 3904b6e..3a96d92 100755 --- a/bin/compile +++ b/bin/compile @@ -30,7 +30,7 @@ function virtualenv (){ cd $BUILD_DIR curl -s -L -o git.tar.gz http://git-core.googlecode.com/files/git-1.7.9.tar.gz tar -zxvf git.tar.gz -cd git-1.7.9; ./configure; make +cd git-1.7.9; ./configure --without-tcltk ; make export PATH=:$BUILD_DIR/git-1.7.9/:$PATH # Reject a non-packaged Django app.