Commit 16bb9e60 authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "component/libxml2: Version up"

This reverts commit 86707a66.
parent c46d0c5b
...@@ -9,9 +9,11 @@ extends = ...@@ -9,9 +9,11 @@ extends =
parts = parts =
libxml2 libxml2
[libxml2-common] [libxml2]
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
...@@ -20,13 +22,3 @@ configure-options = ...@@ -20,13 +22,3 @@ 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-2.9.10:location} --with-libxml-prefix=${libxml2: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