mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
Split mes libc into a separate source package.
Drop one of the mes git submodules.
This commit is contained in:
parent
419cd74d92
commit
3dfe3dc0f0
21 changed files with 196 additions and 162 deletions
3
sysa.py
3
sysa.py
|
|
@ -295,6 +295,9 @@ class SysA:
|
|||
# flex 2.5.11
|
||||
self.get_file("http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.11.tar.gz")
|
||||
|
||||
# mes 0.23 (meslibc)
|
||||
self.get_file("https://mirrors.kernel.org/gnu/mes/mes-0.23.tar.gz")
|
||||
|
||||
# musl 1.1.24
|
||||
self.get_file("https://musl.libc.org/releases/musl-1.1.24.tar.gz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue