summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-07-10 18:42:30 -0400
committerjfarrell <jfarrell@apache.org>2014-07-10 18:42:30 -0400
commit30a472e04f26312f93cee0faaaa80a99bb3ed776 (patch)
tree3251ca126de28a13be95518eea1a0c1bd7b8d056 /contrib
parent4c8506e30d2eee616ea62b79fc6c3e523a03f294 (diff)
downloadthrift-30a472e04f26312f93cee0faaaa80a99bb3ed776.tar.gz
THRIFT-2602: Fix missing dist files
Client: build process Patch: jfarrell Add check for php extension to not build if phpize has not been run, update Vagrantfile to update package list for haskell test deps, and change bison min version to 2.4 to work with the current versions of debian, ubuntu and centos.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile
index a63858715..5eec59f94 100644
--- a/contrib/Vagrantfile
+++ b/contrib/Vagrantfile
@@ -67,6 +67,7 @@ sudo apt-get -y install -qq golang golang-go
# Haskell dependencies
sudo apt-get install -qq ghc cabal-install libghc-binary-dev libghc-network-dev libghc-http-dev libghc-hashable-dev libghc-unordered-containers-dev libghc-vector-dev
+sudo cabal update
# Lua dependencies
sudo apt-get install -qq lua5.2 lua5.2-dev