diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml index 0698ffd2..33ead814 100644 --- a/recipes/dev/gnu-make/recipe.toml +++ b/recipes/dev/gnu-make/recipe.toml @@ -6,5 +6,10 @@ patches = [ ] [build] -template = "configure" - +template = "custom" +script = """ +COOKBOOK_CONFIGURE_FLAGS+=( + make_cv_sys_gnu_glob=yes +) +cookbook_configure +"""