diff --git a/recipes/bash/recipe.toml b/recipes/bash/recipe.toml index 4505f88ded5f6f90b22590dff3ca43927db030f0..e06cc7fadef18077e01fe03a044e6c3c7a329bfc 100644 --- a/recipes/bash/recipe.toml +++ b/recipes/bash/recipe.toml @@ -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