# 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.1.tar.gz
md5sum = 9c0cfef285d5c4a5c80d00904ddab380
configure-options =
  --disable-static
  --without-python
  --without-lzma
  --with-zlib=${zlib:location}
environment =
    LDFLAGS = -Wl,-rpath=${zlib:location}/lib