Commit 86707a66 authored by Łukasz Nowak's avatar Łukasz Nowak

component/libxml2: Version up

Keep old version for libxslt.
parent fc7928fb
...@@ -9,11 +9,9 @@ extends = ...@@ -9,11 +9,9 @@ extends =
parts = parts =
libxml2 libxml2
[libxml2] [libxml2-common]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
md5sum = 10942a1dc23137a8aa07f0639cbfece5
configure-options = configure-options =
--disable-static --disable-static
--without-python --without-python
...@@ -22,3 +20,13 @@ configure-options = ...@@ -22,3 +20,13 @@ configure-options =
environment = environment =
PATH=${perl:location}/bin:%(PATH)s PATH=${perl:location}/bin:%(PATH)s
LDFLAGS=-Wl,-rpath=${zlib:location}/lib LDFLAGS=-Wl,-rpath=${zlib:location}/lib
[libxml2-2.9.10]
<= libxml2-common
url = http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
md5sum = 10942a1dc23137a8aa07f0639cbfece5
[libxml2]
<= libxml2-common
url = http://xmlsoft.org/sources/libxml2-2.9.12.tar.gz
md5sum = f433a39be087a9f0b197eb2307ad9f75
...@@ -14,7 +14,7 @@ shared = true ...@@ -14,7 +14,7 @@ shared = true
# --disable-static is temporarilly removed due to build error # --disable-static is temporarilly removed due to build error
# with xml2-config that does not support '--dynamic' argument. # with xml2-config that does not support '--dynamic' argument.
configure-options = configure-options =
--with-libxml-prefix=${libxml2:location} --with-libxml-prefix=${libxml2-2.9.10:location}
--without-crypto --without-crypto
--without-python --without-python
--without-debug --without-debug
......
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