mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fixed the ftw json dependency issue on json 1.6.5
This commit is contained in:
parent
a59d3825d8
commit
3726ab7420
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -126,7 +126,7 @@ vendor/bundle: | vendor $(JRUBY)
|
|||
#$(QUIET)GEM_HOME=$(GEM_HOME) $(JRUBY_CMD) --1.9 $(GEM_HOME)/bin/bundle install --deployment
|
||||
$(QUIET)GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= $(JRUBY_CMD) --1.9 ./gembag.rb logstash.gemspec
|
||||
@# Purge old version of json
|
||||
$(QUIET)rm -rf ./vendor/bundle/jruby/1.9/gems/json-1.6.5-java
|
||||
#$(QUIET)GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= $(JRUBY_CMD) --1.9 -S gem uninstall json -v 1.6.5
|
||||
@# Purge any junk that fattens our jar without need!
|
||||
@# The riak gem includes previous gems in the 'pkg' dir. :(
|
||||
-rm -rf $@/jruby/1.9/gems/riak-client-1.0.3/pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue