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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos
Commits
8ae52559
Commit
8ae52559
authored
Dec 22, 2021
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Plain Diff
Feature/version up 202110 complex
See merge request
nexedi/slapos!1069
parents
6f2c9945
86707a66
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
14 deletions
+22
-14
component/libxml2/buildout.cfg
component/libxml2/buildout.cfg
+11
-3
component/libxslt/buildout.cfg
component/libxslt/buildout.cfg
+1
-1
component/m4/buildout.cfg
component/m4/buildout.cfg
+2
-7
component/meson/buildout.cfg
component/meson/buildout.cfg
+7
-2
component/qemu-kvm/buildout.cfg
component/qemu-kvm/buildout.cfg
+1
-1
No files found.
component/libxml2/buildout.cfg
View file @
8ae52559
...
...
@@ -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 @
8ae52559
...
...
@@ -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
...
...
component/m4/buildout.cfg
View file @
8ae52559
[buildout]
extends =
../xz-utils/buildout.cfg
../patch/buildout.cfg
parts =
m4
[m4]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/m4/m4-1.4.1
8
.tar.xz
md5sum =
730bb15d96fffe47e148d1e09235af82
url = http://ftp.gnu.org/gnu/m4/m4-1.4.1
9
.tar.xz
md5sum =
0d90823e1426f1da2fd872df0311298d
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
patch-binary = ${patch:location}/bin/patch
patch-options = -p1
patches =
https://sources.debian.org/data/main/m/m4/1.4.18-5/debian/patches/01-fix-ftbfs-with-glibc-2.28.patch#058a786425e507f911649205b61ffcac
component/meson/buildout.cfg
View file @
8ae52559
...
...
@@ -4,12 +4,17 @@ extends =
parts =
meson
[meson-0.57.2]
<= meson
version = 0.57.2
md5sum = 4a07b6d42d7a46a6b6e9604fae7da9aa
[meson]
recipe = slapos.recipe.cmmi
shared = true
url = https://github.com/mesonbuild/meson/releases/download/${:version}/meson-${:version}.tar.gz
version = 0.5
7
.2
md5sum =
4a07b6d42d7a46a6b6e9604fae7da9aa
version = 0.5
9
.2
md5sum =
9d65e09b53b1dfab6339a0982176935d
configure-command = true
make-binary = true
post-install =
...
...
component/qemu-kvm/buildout.cfg
View file @
8ae52559
...
...
@@ -32,7 +32,7 @@ pre-configure =
sed -i '/^libmigration\b/s/$/ dependencies: [zlib],/' meson.build
sed -i 's/\bsnappy,/zlib, \0/' dump/meson.build
configure-options =
--meson=${meson:location}/bin/meson
--meson=${meson
-0.57.2
:location}/bin/meson
--ninja=${ninja:location}/bin/ninja
--target-list="$(uname -m 2>/dev/null|sed 's,^i[456]86$,i386,')-softmmu"
--enable-system
...
...
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