Commit 88c835c3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/libxslt: version up 1.1.30.

parent f77cdfc5
...@@ -7,8 +7,8 @@ parts = ...@@ -7,8 +7,8 @@ parts =
libxslt libxslt
[libxslt] [libxslt]
url = ftp://xmlsoft.org/libxslt/libxslt-1.1.29.tar.gz url = ftp://xmlsoft.org/libxslt/libxslt-1.1.30.tar.gz
md5sum = a129d3c44c022de3b9dcf6d6f288d72e md5sum = 70becbbcb1dad55f14de0b84171b91d5
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
configure-options = configure-options =
--disable-static --disable-static
...@@ -18,5 +18,7 @@ configure-options = ...@@ -18,5 +18,7 @@ configure-options =
--without-debug --without-debug
--without-debugger --without-debugger
environment = environment =
CPPFLAGS=-I${zlib:location}/include -I${libxml2:location}/include CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment