diff --git a/recipes/shells/bash/recipe.toml b/recipes/shells/bash/recipe.toml index 923591646..d06245be6 100644 --- a/recipes/shells/bash/recipe.toml +++ b/recipes/shells/bash/recipe.toml @@ -17,8 +17,9 @@ COOKBOOK_CONFIGURE_FLAGS+=( bash_cv_func_sigsetjmp=no bash_cv_getenv_redef=no --disable-multibyte # TODO: add more multibyte functions and remove this + --enable-static-link # This ensures loadables are not built, which will fail ) COOKBOOK_MAKE_JOBS=1 # workaround for parallel make bugs cookbook_configure -ln -s "bash" "${COOKBOOK_STAGE}/bin/sh" +ln -s "bash" "${COOKBOOK_STAGE}/usr/bin/sh" """