diff --git a/component/libxslt/buildout.cfg b/component/libxslt/buildout.cfg index 23d7f402db840b793e1be786d08220480068016f..260e8c56c473ffc1208f55232962d0e1c7fc3ba6 100644 --- a/component/libxslt/buildout.cfg +++ b/component/libxslt/buildout.cfg @@ -7,8 +7,8 @@ parts = libxslt [libxslt] -url = ftp://xmlsoft.org/libxslt/libxslt-1.1.30.tar.gz -md5sum = 70becbbcb1dad55f14de0b84171b91d5 +url = ftp://xmlsoft.org/libxslt/libxslt-1.1.32.tar.gz +md5sum = 1fc72f98e98bf4443f1651165f3aa146 recipe = slapos.recipe.cmmi configure-options = --disable-static @@ -20,5 +20,3 @@ configure-options = environment = CPPFLAGS=-I${zlib:location}/include LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib - LIBXML_CFLAGS=-I${libxml2:location}/include - LIBXML_LIBS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib