From 1d5b170e3c2e6d177866787928b70116cdaf8fdf Mon Sep 17 00:00:00 2001 From: Josh Megnauth Date: Sun, 5 Jan 2025 02:58:23 -0500 Subject: [PATCH] fix: GNU Make detects our glob.h GNU Make's configure detects our new `glob.h` so we don't have to override it anymore. Overriding it causes compilation to fail. --- recipes/dev/gnu-make/recipe.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml index 33ead8147..7db31a04e 100644 --- a/recipes/dev/gnu-make/recipe.toml +++ b/recipes/dev/gnu-make/recipe.toml @@ -6,10 +6,4 @@ patches = [ ] [build] -template = "custom" -script = """ -COOKBOOK_CONFIGURE_FLAGS+=( - make_cv_sys_gnu_glob=yes -) -cookbook_configure -""" +template = "configure"