summaryrefslogtreecommitdiff
path: root/contrib/Vagrantfile
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2013-06-20 15:40:48 -0500
committerjfarrell <jfarrell@apache.org>2013-06-20 15:40:48 -0500
commit69b02aa85b0bf3cdba4f7da26959cfee7e0c5629 (patch)
treee4907c240f29d10b83baddb142bd5a971625141e /contrib/Vagrantfile
parente549a80e4ee5f825cfbc064f9c143b67cd974edb (diff)
downloadthrift-69b02aa85b0bf3cdba4f7da26959cfee7e0c5629.tar.gz
Thrift-2051:Vagrant fails to build erlang
Client: build Patch: Justin Porterfield Removes erlang client lib build from Vagrantfile
Diffstat (limited to 'contrib/Vagrantfile')
-rw-r--r--contrib/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile
index dd2e2ee9c..880d492ed 100644
--- a/contrib/Vagrantfile
+++ b/contrib/Vagrantfile
@@ -37,7 +37,7 @@ sudo apt-get install -qq mingw32 mingw32-binutils mingw32-runtime
echo I am building Apache Thrift ...
cd /thrift
sh bootstrap.sh
-sh configure
+sh configure --without-erlang
make
make dist
make check