Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
86707a66
Commit
86707a66
authored
Oct 22, 2021
by
Łukasz Nowak
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/libxml2: Version up
Keep old version for libxslt.
parent
fc7928fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
component/libxml2/buildout.cfg
component/libxml2/buildout.cfg
+11
-3
component/libxslt/buildout.cfg
component/libxslt/buildout.cfg
+1
-1
No files found.
component/libxml2/buildout.cfg
View file @
86707a66
...
...
@@ -9,11 +9,9 @@ extends =
parts =
libxml2
[libxml2]
[libxml2
-common
]
recipe = slapos.recipe.cmmi
shared = true
url = http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
md5sum = 10942a1dc23137a8aa07f0639cbfece5
configure-options =
--disable-static
--without-python
...
...
@@ -22,3 +20,13 @@ configure-options =
environment =
PATH=${perl:location}/bin:%(PATH)s
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
component/libxslt/buildout.cfg
View file @
86707a66
...
...
@@ -14,7 +14,7 @@ shared = true
# --disable-static is temporarilly removed due to build error
# with xml2-config that does not support '--dynamic' argument.
configure-options =
--with-libxml-prefix=${libxml2:location}
--with-libxml-prefix=${libxml2
-2.9.10
:location}
--without-crypto
--without-python
--without-debug
...
...
Łukasz Nowak
@luke
mentioned in commit
16bb9e60
·
Dec 23, 2021
mentioned in commit
16bb9e60
mentioned in commit 16bb9e607c6c36844bb6c1fd47fc32aefdf4ba68
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment