bash: depends on ncurses (libtinfo), enable readline support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-07 06:48:06 +02:00
parent 791b3731ab
commit 060b14c7f7
2 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,8 @@ bash_cv_job_control_missing=present \
--with-gnu-ld \
--enable-job-control \
--without-bash-malloc \
--disable-readline \
--with-curses \
--enable-readline \
--without-installed-readline \
--disable-nls \
--disable-rpath \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/bash"
PKG_URL="http://ftp.gnu.org/gnu/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_DEPENDS="ncurses"
PKG_BUILD_DEPENDS="toolchain ncurses"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="bash: Bourne Again Shell"