Merge pull request #1679 from glenvt18/screen-fixes-8.0

backport of #1678 (GNU screen color fixes)
This commit is contained in:
Christian Hewitt 2017-06-16 09:28:47 +04:00 committed by GitHub
commit f8a588e57e
3 changed files with 7 additions and 2 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="screen"
PKG_VERSION="4.3.1"
PKG_VERSION="4.5.1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
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_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
--enable-colors256 \
--disable-pam \
--disable-use-locale \
--disable-telnet \
--disable-socket-dir"
pre_configure_target() {
CFLAGS="$CFLAGS -DTERMINFO"
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
# screen fails to build in subdirs

View File

@ -1,3 +1,6 @@
106
- Bump screen, fix colors issue
104
- Bump file package

View File

@ -18,7 +18,7 @@
PKG_NAME="system-tools"
PKG_VERSION=""
PKG_REV="104"
PKG_REV="106"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""