From: jfarrell Date: Thu, 20 Jun 2013 20:40:48 +0000 (-0500) Subject: Thrift-2051:Vagrant fails to build erlang X-Git-Tag: 0.9.1~67 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=69b02aa85b0bf3cdba4f7da26959cfee7e0c5629;p=common%2Fthrift.git Thrift-2051:Vagrant fails to build erlang Client: build Patch: Justin Porterfield Removes erlang client lib build from Vagrantfile --- diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile index dd2e2ee9..880d492e 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