mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dtach: update to githash 5e38653
- includes now upstreamed patches
This commit is contained in:
parent
bc150d3741
commit
a747cc86ce
@ -2,11 +2,11 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="dtach"
|
PKG_NAME="dtach"
|
||||||
PKG_VERSION="0.9"
|
PKG_VERSION="5e3865328e4609f74bd10cb4575e429b8d1b3aa4"
|
||||||
PKG_SHA256="5f7e8c835ee49a9e6dcf89f4e8ccbe724b061c0fc8565b504dd8b3e67ab79f82"
|
PKG_SHA256="69c6c3da78c530ec74655d6beba0d2d3e16a23ab35b3022d8af691848063cc1e"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://dtach.sourceforge.net"
|
PKG_SITE="http://dtach.sourceforge.net"
|
||||||
PKG_URL="https://github.com/crigler/dtach/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/crigler/dtach/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A program that emulates the detach feature of screen."
|
PKG_LONGDESC="A program that emulates the detach feature of screen."
|
||||||
PKG_BUILD_FLAGS="-sysroot -cfg-libs"
|
PKG_BUILD_FLAGS="-sysroot -cfg-libs"
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
From 6d80909a8c0fd19717010a3c76fec560f988ca48 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Rudi Heitbaum <rudi@heitbaum.com>
|
|
||||||
Date: Mon, 9 Dec 2024 12:35:09 +0000
|
|
||||||
Subject: [PATCH] fix gcc-15 build
|
|
||||||
|
|
||||||
---
|
|
||||||
attach.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/attach.c b/attach.c
|
|
||||||
index 41a696c..e4a46bd 100644
|
|
||||||
--- a/attach.c
|
|
||||||
+++ b/attach.c
|
|
||||||
@@ -96,7 +96,7 @@ die(int sig)
|
|
||||||
|
|
||||||
/* Window size change. */
|
|
||||||
static RETSIGTYPE
|
|
||||||
-win_change()
|
|
||||||
+win_change(int sig)
|
|
||||||
{
|
|
||||||
signal(SIGWINCH, win_change);
|
|
||||||
win_changed = 1;
|
|
||||||
--
|
|
||||||
2.43.0
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user