Bash
autoreconf
is broken- Is
bin/bashbug
needed? - Modify
CFLAGS
to configure:
- We need a decent
/etc/profile
for bash (also unset TERMCAP?) - Do we need to set
TERMCAP_LIB=/usr/lib/libncursesw.a
(probably not, void does this though) - glaucus version of
bash
is linked againstterminfo
fromnetbsd-curses
Limitations
- Does not cross compile well (hardcodes default variables)
- Does not work with
libedit
on glaucus even withLIBS=-ledit
and when usinglibreadline.a
(check?) - The following packages depend on
bash
:binutils
:ld/genscripts.sh
fails to build withyash
andoksh
possibly due toPOSIXLY_CORRECT
expat
: buildconf.sh uses bashlibcap
libedit
toybox
: hard to patchzlib-ng