mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
screen: update to 5.0.1
Fixes compilation with GCC15. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
78bdf21e79
commit
125bee220d
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=screen
|
||||
PKG_VERSION:=4.9.1
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=5.0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/screen
|
||||
PKG_HASH:=26cef3e3c42571c0d484ad6faf110c5c15091fbf872b06fa7aa4766c7405ac69
|
||||
PKG_HASH:=2dae36f4db379ffcd14b691596ba6ec18ac3a9e22bc47ac239789ab58409869d
|
||||
|
||||
PKG_MAINTAINER:=Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
@@ -41,7 +41,8 @@ endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-colors256 \
|
||||
--with-sys-screenrc=/etc/screenrc
|
||||
--disable-pam \
|
||||
--with-sys-screenrc=/etc/screenrc \
|
||||
|
||||
define Package/screen/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- a/pty.c
|
||||
+++ b/pty.c
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
+#include <pty.h>
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#include <utils.h> /* for openpty() */
|
||||
Reference in New Issue
Block a user