Browse Source

screen: update to 4.6.0

Signed-off-by: Etienne Champetier <echampetier@anevia.com>
lilik-openwrt-22.03
Etienne Champetier 7 years ago
parent
commit
52402b9736
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      utils/screen/Makefile
  2. +2
    -2
      utils/screen/patches/100-cross_compile_fix.patch

+ 2
- 2
utils/screen/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=screen PKG_NAME:=screen
PKG_VERSION:=4.5.1
PKG_VERSION:=4.6.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d
PKG_HASH:=9433706b653e941cc4c745f28e252e57be2a141eded923e61cc2c4a09768fed4
PKG_SOURCE_URL:=@GNU/screen PKG_SOURCE_URL:=@GNU/screen
PKG_LICENSE:=GPL-3.0+ PKG_LICENSE:=GPL-3.0+


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

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


Loading…
Cancel
Save