groonga needs zlib

parent d9f1a447
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
parts = parts =
groonga groonga
extends =
../zlib/buildout.cfg
[groonga] [groonga]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
url = http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz url = http://packages.groonga.org/source/groonga/groonga-2.0.6.tar.gz
...@@ -16,3 +19,7 @@ configure-options = ...@@ -16,3 +19,7 @@ configure-options =
--disable-document --disable-document
--disable-groonga-httpd --disable-groonga-httpd
--without-mecab --without-mecab
environment =
CPPFLAGS =-I${zlib:location}/include
LDFLAGS =-Wl,-rpath=${zlib:location}/lib -L${zlib:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment