mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Temporarily allow gnu-make without named pipes
This commit is contained in:
parent
d4e502f961
commit
4cfc667322
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user