From a43f99564bac87be4d81b7a9b148d29f20bec6c6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 Jul 2011 08:28:58 +0200 Subject: [PATCH] bash: added missing builddeps for building in chroot. --- srcpkgs/bash/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index fc6ad5a6a7c..a6ed68e30da 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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() {