mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'elfutils' into 'master'
Port elfutils See merge request redox-os/redox!1949
This commit is contained in:
commit
700101f28b
5
recipes/wip/dev/other/argp-standalone/recipe.toml
Normal file
5
recipes/wip/dev/other/argp-standalone/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/argp-standalone/argp-standalone"
|
||||
|
||||
[build]
|
||||
template = "meson"
|
||||
@ -1,5 +1,17 @@
|
||||
#TODO compilation error
|
||||
# Compiled, not tested
|
||||
[source]
|
||||
tar = "https://sourceware.org/elfutils/ftp/0.190/elfutils-0.190.tar.bz2"
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"zlib",
|
||||
"argp-standalone",
|
||||
"musl-fts",
|
||||
"musl-obstack",
|
||||
# "gettext",
|
||||
]
|
||||
configureflags = [
|
||||
"--disable-libdebuginfod",
|
||||
"--disable-debuginfod",
|
||||
]
|
||||
8
recipes/wip/dev/other/musl-fts/recipe.toml
Normal file
8
recipes/wip/dev/other/musl-fts/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
git = "https://github.com/void-linux/musl-fts"
|
||||
script = """
|
||||
./bootstrap.sh
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
8
recipes/wip/dev/other/musl-obstack/recipe.toml
Normal file
8
recipes/wip/dev/other/musl-obstack/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
git = "https://github.com/void-linux/musl-obstack"
|
||||
script = """
|
||||
./bootstrap.sh
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user