redox/recipes/wip/dev/other/elfutils/recipe.toml
2026-02-27 23:37:54 +07:00

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",
]