buildout.cfg 627 Bytes
Newer Older
1 2
[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
3 4
  ../libxml2/buildout.cfg
  ../zlib/buildout.cfg
5 6 7 8 9

parts =
  libxslt

[libxslt]
10 11
url = ftp://xmlsoft.org/libxslt/libxslt-1.1.34.tar.gz
md5sum = db8765c8d076f1b6caafd9f2542a304a
12
recipe = slapos.recipe.cmmi
13
shared = true
14 15
# --disable-static is temporarilly removed due to build error
# with xml2-config that does not support '--dynamic' argument.
16
configure-options =
17
  --with-libxml-prefix=${libxml2-2.9.10:location}
18 19
  --without-crypto
  --without-python
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
20 21
  --without-debug
  --without-debugger
22
environment =
23 24
  CPPFLAGS=-I${zlib:location}/include
  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib