bash: added missing builddeps for building in chroot.
This commit is contained in:
parent
fae03c067e
commit
a43f99564b
@ -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…
x
Reference in New Issue
Block a user