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:
f7516e1
)
THRIFT-2136:Vagrant build not compiling java, ruby, php, go libs due to missing depen...
author
jfarrell
<jfarrell@apache.org>
Sun, 18 Aug 2013 14:54:52 +0000
(10:54 -0400)
committer
jfarrell
<jfarrell@apache.org>
Sun, 18 Aug 2013 14:54:52 +0000
(10:54 -0400)
Client: build
Patch: jfarrell
Updates ruby build to use bundler
lib/rb/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/rb/Makefile.am
b/lib/rb/Makefile.am
index
0f10357
..
cad71be
100644
(file)
--- 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