bash: fix recipe

This commit is contained in:
Jeremy Soller 2025-02-28 14:55:05 -07:00
parent 997381ef8a
commit 71ed534cc9
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

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