buildout.cfg 428 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
parts =
  libxml2

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