buildout.cfg 414 Bytes
Newer Older
1 2 3 4
# libxml2 - the XML C parser and toolkit
# http://xmlsoft.org/

[buildout]
Łukasz Nowak's avatar
Łukasz Nowak committed
5
extends = ../zlib/buildout.cfg
6 7 8 9 10
parts =
  libxml2

[libxml2]
recipe = hexagonit.recipe.cmmi
11 12
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz
md5sum = c62106f02ee00b6437f0fb9d370c1093
13 14 15 16 17
configure-options =
  --disable-static
  --without-python
  --with-zlib=${zlib:location}
environment =
18
    LDFLAGS = -Wl,-rpath=${zlib:location}/lib