bash: added missing builddeps for building in chroot.
This commit is contained in:
parent
fae03c067e
commit
a43f99564b
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ register_shell="/bin/bash"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run ncurses-libs
|
||||||
Add_dependency build ncurses-devel
|
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()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue