Fix bash recipe

This commit is contained in:
Jeremy Soller 2022-11-16 11:32:29 -07:00
parent 6adbe5927b
commit 4377f74fe7
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -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