fix(bash-4.4.23-1): add C23 list function prototype patch and enable src_prepare default

This commit is contained in:
vxtls 2026-03-03 10:01:56 -05:00
parent d1b466c047
commit 1009bfa847
2 changed files with 25 additions and 0 deletions

View file

@ -2,6 +2,10 @@
SEED_PREFIX="/bootstrap-seeds/bash-4.4.23-1"
src_prepare() {
default
}
src_configure() {
./configure \
--prefix="${SEED_PREFIX}" \