buildout.cfg 422 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[buildout]

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

[fluentd]
recipe = rubygemsrecipe
ruby-executable = ${ruby:location}/bin/ruby
gems =
  fluentd
gem-options = --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