From 4cfc66732274dde720ccd539aa8b3220387a8771 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 6 Jan 2026 16:58:31 +0700 Subject: [PATCH] Temporarily allow gnu-make without named pipes --- recipes/dev/gnu-make/recipe.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml index 91e95a5d..fa9acfce 100644 --- a/recipes/dev/gnu-make/recipe.toml +++ b/recipes/dev/gnu-make/recipe.toml @@ -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 +"""