mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
17 lines
323 B
TOML
17 lines
323 B
TOML
# 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",
|
|
] |