Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e549a80
)
Thrift-2051:Vagrant fails to build erlang
author
jfarrell
<jfarrell@apache.org>
Thu, 20 Jun 2013 20:40:48 +0000
(15:40 -0500)
committer
jfarrell
<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
patch
|
blob
|
history
diff --git
a/contrib/Vagrantfile
b/contrib/Vagrantfile
index
dd2e2ee
..
880d492
100644
(file)
--- 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