gnu-make: use glob implementation from relibc

This commit is contained in:
Jeremy Soller 2024-12-30 13:01:45 -07:00
parent 30239250d6
commit 73924de28f
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -6,5 +6,10 @@ patches = [
]
[build]
template = "configure"
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
make_cv_sys_gnu_glob=yes
)
cookbook_configure
"""