From 73924de28fd70a4fa9bbd08d7e8d4c3ecd232076 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 30 Dec 2024 13:01:45 -0700
Subject: [PATCH] gnu-make: use glob implementation from relibc

---
 recipes/dev/gnu-make/recipe.toml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/dev/gnu-make/recipe.toml b/recipes/dev/gnu-make/recipe.toml
index 0698ffd27..33ead8147 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
+"""
-- 
GitLab