You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2013/06/20 22:29:11 UTC

git commit: Thrift-2051:Vagrant fails to build erlang Client: build Patch: Justin Porterfield

Updated Branches:
  refs/heads/master e549a80e4 -> 69b02aa85


Thrift-2051:Vagrant fails to build erlang
    Client: build
    Patch: Justin Porterfield

    Removes erlang client lib build from Vagrantfile


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/69b02aa8
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/69b02aa8
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/69b02aa8

Branch: refs/heads/master
Commit: 69b02aa85b0bf3cdba4f7da26959cfee7e0c5629
Parents: e549a80
Author: jfarrell <jf...@apache.org>
Authored: Thu Jun 20 15:40:48 2013 -0500
Committer: jfarrell <jf...@apache.org>
Committed: Thu Jun 20 15:40:48 2013 -0500

----------------------------------------------------------------------
 contrib/Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/69b02aa8/contrib/Vagrantfile
----------------------------------------------------------------------
diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile
index dd2e2ee..880d492 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