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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nirina Malard
slapos
Commits
86707a66
Commit
86707a66
authored
Oct 22, 2021
by
Łukasz Nowak
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 =
...
@@ -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
component/libxslt/buildout.cfg
View file @
86707a66
...
@@ -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
...
...
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