mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
gnu-make: use glob implementation from relibc
This commit is contained in:
parent
30239250d6
commit
73924de28f
@ -6,5 +6,10 @@ patches = [
|
||||
]
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
make_cv_sys_gnu_glob=yes
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user