lftp: update to 4.9.2

This commit is contained in:
heitbaum 2020-12-30 06:33:25 +00:00
parent ee452e66df
commit 87947af96d
2 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="lftp"
PKG_VERSION="4.8.4"
PKG_SHA256="4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62"
PKG_VERSION="4.9.2"
PKG_SHA256="c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d"
PKG_LICENSE="GPLv3"
PKG_SITE="http://lftp.yar.ru/"
PKG_URL="http://lftp.yar.ru/ftp/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@ -1,12 +1,12 @@
diff -Naur a/configure b/configure
--- a/configure 2016-11-16 05:11:30.000000000 -0800
+++ b/configure 2016-11-19 11:21:25.384243165 -0800
@@ -48854,7 +48854,7 @@
readline_include_dir="$readline_include_dir/readline"
+++ b/configure 2021-04-17 14:18:59.000000000 +0000
@@ -55428,7 +55428,7 @@
fi
readline_ld_flags="-L$readline_prefix/lib"
- readline_lib_flags="-lreadline"
+ readline_lib_flags="-lreadline -lncurses"
if test -z "$readline_lib_flags"; then
- readline_lib_flags="-lreadline"
+ readline_lib_flags="-lreadline -lncurses"
fi
run_readline_test="yes"
elif test "$readline_requested" = "yes"; then
if test -n "$readline_include_dir" -a -n "$readline_lib_flags"; then