# libxml2 - the XML C parser and toolkit
# http://xmlsoft.org/

[buildout]
extends = ../zlib/buildout.cfg
parts =
  libxml2

[libxml2]
recipe = slapos.recipe.cmmi
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz
md5sum = 5b9bebf4f5d2200ae2c4efe8fa6103f7
configure-options =
  --disable-static
  --without-python
  --without-lzma
  --with-zlib=${zlib:location}
environment =
    LDFLAGS = -Wl,-rpath=${zlib:location}/lib