mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #1679 from glenvt18/screen-fixes-8.0
backport of #1678 (GNU screen color fixes)
This commit is contained in:
commit
f8a588e57e
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="screen"
|
PKG_NAME="screen"
|
||||||
PKG_VERSION="4.3.1"
|
PKG_VERSION="4.5.1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.gnu.org/software/screen/"
|
PKG_SITE="http://www.gnu.org/software/screen/"
|
||||||
@ -29,12 +29,14 @@ PKG_LONGDESC="screen is a terminal multiplexor that runs several separate screen
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
|
||||||
|
--enable-colors256 \
|
||||||
--disable-pam \
|
--disable-pam \
|
||||||
--disable-use-locale \
|
--disable-use-locale \
|
||||||
--disable-telnet \
|
--disable-telnet \
|
||||||
--disable-socket-dir"
|
--disable-socket-dir"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -DTERMINFO"
|
||||||
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||||
|
|
||||||
# screen fails to build in subdirs
|
# screen fails to build in subdirs
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
106
|
||||||
|
- Bump screen, fix colors issue
|
||||||
|
|
||||||
104
|
104
|
||||||
- Bump file package
|
- Bump file package
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
PKG_NAME="system-tools"
|
PKG_NAME="system-tools"
|
||||||
PKG_VERSION=""
|
PKG_VERSION=""
|
||||||
PKG_REV="104"
|
PKG_REV="106"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE=""
|
PKG_SITE=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user