bash-3.2.57: Build new package to replace bash 2.05b

Resulting build now works interactively
This commit is contained in:
Paul Dersey 2021-02-25 14:52:05 -05:00
parent ad54802f21
commit c0fedeba61
7 changed files with 43 additions and 2 deletions

View file

@ -419,3 +419,12 @@ tcc 0.9.27 (musl v3)
====================
We rebuild tcc against new musl and without a patch to ignore duplicate symbols.
bash 3.2.57
===========
Up to this point, our build of ``bash`` could run scripts but could not be used
interactively. This newer version of ``bash`` compiles without any patches,
provides new features, and is built with GNU readline support so it can be used
as an interactive shell. autoconf 2.52 is used to regenerate the configure
script and bison is used to recreate some included generated files.