This commit is contained in:
2026-05-20 00:30:38 +02:00
parent 312750c61b
commit 16d81f509f
36 changed files with 13292 additions and 273 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ source = tarball_source(
strip_components = 1,
)
host_deps = ["binutils", "gcc"]
deps = ["ncurses", "readline"]
deps = [options.libc, "ncurses", "readline"]
configure, build, install = autotools(configure_args = [
"--without-bash-malloc",
@@ -19,4 +19,4 @@ configure, build, install = autotools(configure_args = [
"--enable-readline",
"--enable-history",
"--enable-job-control",
])
], configure_env = {"CFLAGS": "-std=gnu17"})