mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
ncurses: update to 6.5-20250517
use updated syntax in setting cf_cv_ cross build declarations update to: 05516fc5eb9931941477c956098cf3e0b0a05581
This commit is contained in:
parent
828afc0ebb
commit
432d8fc00b
@ -3,11 +3,11 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="ncurses"
|
||||
PKG_VERSION="6.5"
|
||||
PKG_SHA256="136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"
|
||||
PKG_VERSION="6.5-20250517"
|
||||
PKG_SHA256="13e78548b31adef93e3b9735bf728fac5a84969873333c7833614db61891353e"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://www.gnu.org/software/ncurses/"
|
||||
PKG_URL="http://invisible-mirror.net/archives/ncurses/ncurses-${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="http://invisible-mirror.net/archives/ncurses/current/ncurses-${PKG_VERSION}.tgz"
|
||||
PKG_DEPENDS_HOST="ccache:host"
|
||||
PKG_DEPENDS_TARGET="autotools:host gcc:host zlib ncurses:host"
|
||||
PKG_LONGDESC="A library is a free software emulation of curses in System V Release 4.0, and more."
|
||||
@ -70,8 +70,8 @@ PKG_CONFIGURE_OPTS_HOST="--enable-termcap \
|
||||
|
||||
pre_configure_target() {
|
||||
cat >config.cache <<EOF
|
||||
cf_cv_builtin_bool=1
|
||||
cf_cv_header_stdbool_h=1
|
||||
cf_cv_builtin_bool=yes
|
||||
cf_cv_header_stdbool_h=yes
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user