From 69b02aa85b0bf3cdba4f7da26959cfee7e0c5629 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Thu, 20 Jun 2013 15:40:48 -0500 Subject: [PATCH] Thrift-2051:Vagrant fails to build erlang Client: build Patch: Justin Porterfield Removes erlang client lib build from Vagrantfile --- contrib/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1