bash: added missing builddeps for building in chroot.

This commit is contained in:
Juan RP 2011-07-06 08:28:58 +02:00
parent fae03c067e
commit a43f99564b

View file

@ -40,6 +40,11 @@ register_shell="/bin/bash"
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency build ncurses-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build bison
Add_dependency build texinfo
Add_dependency build gettext
fi
pre_configure()
{