readline: update to readline-6.3

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-11-18 22:12:51 +01:00
parent 6f14962a72
commit 631bab4216
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="readline"
PKG_VERSION="6.2"
PKG_VERSION="6.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="MIT"
@ -32,7 +32,8 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
PKG_CONFIGURE_OPTS_TARGET="bash_cv_wcwidth_broken=no \
--disable-shared \
--enable-static \
--with-curses \
--without-purify"