mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Fix bash recipe
This commit is contained in:
parent
6adbe5927b
commit
4377f74fe7
@ -15,6 +15,7 @@ dependencies = [
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
ac_cv_func_wcwidth=no # TODO: add more wc functions and remove this
|
||||
bash_cv_getenv_redef=no
|
||||
)
|
||||
COOKBOOK_MAKE_JOBS=1 # workaround for parallel make bugs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user