From 3d3cfd513bed968d569686a13cd1f2a3a22e6a5e Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Tue, 27 Jan 2026 11:52:07 +1100 Subject: [PATCH] fix(recipes/gawk): compilation Signed-off-by: Anhad Singh --- recipes/wip/dev/lang/gawk/recipe.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/lang/gawk/recipe.toml b/recipes/wip/dev/lang/gawk/recipe.toml index 098055ae..22479989 100644 --- a/recipes/wip/dev/lang/gawk/recipe.toml +++ b/recipes/wip/dev/lang/gawk/recipe.toml @@ -1,12 +1,16 @@ -#TODO: langinfo.h [source] git = "https://gitlab.redox-os.org/redox-os/gawk.git" upstream = "https://git.savannah.gnu.org/git/gawk.git" branch = "redox" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" [build] template = "custom" script = """ +DYNAMIC_INIT COOKBOOK_CONFIGURE_FLAGS+=( ac_cv_func_gethostbyname=no ac_cv_func_connect=no