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.
This commit is contained in:
Josh Megnauth 2025-01-05 02:58:23 -05:00
parent 5a787b283e
commit 1d5b170e3c
No known key found for this signature in database
GPG Key ID: 70813183462EFAD3

View File

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