Temporarily allow gnu-make without named pipes

This commit is contained in:
Wildan M 2026-01-06 16:58:31 +07:00
parent d4e502f961
commit 4cfc667322
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -10,4 +10,12 @@ autotools_recursive_regenerate
"""
[build]
template = "configure"
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
# TODO: https://gitlab.redox-os.org/redox-os/redox/-/issues/1753
'ac_cv_func_mkfifo=no'
)
cookbook_configure
"""