buildout.cfg 641 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 = https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.35.tar.xz
md5sum = 5b3a634b77effd8a6268c21173575053
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: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