summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2013-08-18 10:54:52 -0400
committerjfarrell <jfarrell@apache.org>2013-08-18 10:54:52 -0400
commit5a900eadc2163e3f92ca71fea23996b517def078 (patch)
tree40197bb9bbcf8f7a69b489c11ce205893f5fc57c
parentf7516e13d3f80ee0386e6ec647bc5c554e7f9cfb (diff)
downloadthrift-5a900eadc2163e3f92ca71fea23996b517def078.tar.gz
THRIFT-2136:Vagrant build not compiling java, ruby, php, go libs due to missing dependencies
Client: build Patch: jfarrell Updates ruby build to use bundler
-rw-r--r--lib/rb/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rb/Makefile.am b/lib/rb/Makefile.am
index 0f1035797..cad71be5c 100644
--- a/lib/rb/Makefile.am
+++ b/lib/rb/Makefile.am
@@ -31,7 +31,10 @@ EXTRA_DIST = \
DESTDIR ?= /
all-local:
- $(RAKE)
+if HAVE_BUNDLER
+ $(BUNDLER) install
+ $(BUNDLER) exec rake
+endif
install-exec-hook:
$(RAKE) install