From 4377f74fe7cf7bd344c95c231500aacad71e13ee Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 16 Nov 2022 11:32:29 -0700 Subject: [PATCH] Fix bash recipe --- recipes/bash/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/bash/recipe.toml b/recipes/bash/recipe.toml index 4505f88de..e06cc7fad 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 -- GitLab