mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bash: depends on ncurses (libtinfo), enable readline support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
791b3731ab
commit
060b14c7f7
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user