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

[buildout]
5 6 7 8
extends =
  ../perl/buildout.cfg
  ../zlib/buildout.cfg

9 10 11 12
parts =
  libxml2

[libxml2]
13
recipe = slapos.recipe.cmmi
14 15
url = http://xmlsoft.org/sources/libxml2-2.9.4.tar.gz
md5sum = ae249165c173b1ff386ee8ad676815f5
16 17 18
configure-options =
  --disable-static
  --without-python
19
  --without-lzma
20 21
  --with-zlib=${zlib:location}
environment =
22 23
  PATH=${perl:location}/bin:%(PATH)s
  LDFLAGS=-Wl,-rpath=${zlib:location}/lib