Browse Source

screen: update to 4.3.1

refresh patches
quickly run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne CHAMPETIER 10 years ago
parent
commit
1515019df5
3 changed files with 6 additions and 6 deletions
  1. +3
    -3
      utils/screen/Makefile
  2. +2
    -2
      utils/screen/patches/100-cross_compile_fix.patch
  3. +1
    -1
      utils/screen/patches/200-musl-compat.patch

+ 3
- 3
utils/screen/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=screen
PKG_VERSION:=4.2.1
PKG_RELEASE:=4
PKG_VERSION:=4.3.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/screen
PKG_MD5SUM:=419a0594e2b25039239af8b90eda7d92
PKG_MD5SUM:=5bb3b0ff2674e29378c31ad3411170ad
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=


+ 2
- 2
utils/screen/patches/100-cross_compile_fix.patch View File

@ -9,7 +9,7 @@
} # as_fn_error
if expr a : '\(a\)' >/dev/null 2>&1 &&
@@ -5941,8 +5941,6 @@ else
@@ -5942,8 +5942,6 @@ else
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
@ -18,7 +18,7 @@
oldlibs="$LIBS"
LIBS="$LIBS -lsun"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking IRIX sun library..." >&5
@@ -7023,7 +7021,7 @@ as_fn_error ()
@@ -7024,7 +7022,7 @@ as_fn_error ()
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fi
$as_echo "$as_me: error: $2" >&2


+ 1
- 1
utils/screen/patches/200-musl-compat.patch View File

@ -1,6 +1,6 @@
--- a/configure
+++ b/configure
@@ -4154,44 +4154,6 @@ fi
@@ -4155,44 +4155,6 @@ fi
rm -f conftest*


Loading…
Cancel
Save