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
-
bash has default variables when cross compiling
-
glaucus bash does not work with readline even with LIBS=-ledit and when using libreadline.a (check?)
-
binutils
(fails to build withyash
possibly due to POSIXLY_CORRECT) -
expat
(buildconf.sh uses bash) -
libcap
requires bash -
toybox
requires bash (hard to patch) -
zlib-ng
requires bash