Thrift-2051:Vagrant fails to build erlang
authorjfarrell <jfarrell@apache.org>
Thu, 20 Jun 2013 20:40:48 +0000 (15:40 -0500)
committerjfarrell <jfarrell@apache.org>
Thu, 20 Jun 2013 20:40:48 +0000 (15:40 -0500)
    Client: build
    Patch: Justin Porterfield

    Removes erlang client lib build from Vagrantfile

contrib/Vagrantfile

index dd2e2ee..880d492 100644 (file)
@@ -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