Skip to content
Snippets Groups Projects
Verified Commit 73924de2 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

gnu-make: use glob implementation from relibc

parent 30239250
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,10 @@ patches = [
]
[build]
template = "configure"
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
make_cv_sys_gnu_glob=yes
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment