[buildout]

extends =
  ../../component/git/buildout.cfg
  ../../component/ruby/buildout.cfg
  ../../component/icu/buildout.cfg

[fluentd]
recipe = rubygemsrecipe
url = https://rubygems.org/rubygems/rubygems-2.4.8.zip
ruby-executable = ${ruby:location}/bin/ruby
gems =
  fluentd==0.12.15
  fluent-plugin-td==0.10.27
gem-options = --no-ri --no-rdoc --with-icu-lib=${icu:location}/lib/ --with-icu-dir=${icu:location}/
environment =
  LDFLAGS = -L${icu:location}/lib -Wl,-rpath=${icu:location}/lib
  CFLAGS = -I${icu:location}/include