mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
open-vm-tools: update to 13.0.0
release notes: https://github.com/vmware/open-vm-tools/releases/tag/stable-13.0.0
This commit is contained in:
parent
33d65f9781
commit
3b2ed90172
@ -4,12 +4,12 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="open-vm-tools"
|
||||
PKG_VERSION="12.5.2"
|
||||
PKG_SHA256="45fe43982e618f52a6b12c7578d9c6b63e36de62d23034a3852267b1aa5bb9ab"
|
||||
PKG_VERSION="13.0.0"
|
||||
PKG_SHA256="ce855a7d9a0a6561e6009784eb2a34f6a1d98b2a883afce5290cd426f78e7a6d"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/vmware/open-vm-tools"
|
||||
PKG_URL="https://github.com/vmware/open-vm-tools/releases/download/stable-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}-24697584.tar.gz"
|
||||
PKG_URL="https://github.com/vmware/open-vm-tools/releases/download/stable-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}-24696409.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain fuse3 glib libdnet libtirpc"
|
||||
PKG_LONGDESC="open-vm-tools: open source implementation of VMware Tools"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
@ -1,23 +0,0 @@
|
||||
From 129d87bd5fd5f2436a467d4b7d43e0d102a867da Mon Sep 17 00:00:00 2001
|
||||
From: Rudi Heitbaum <rudi@heitbaum.com>
|
||||
Date: Wed, 20 Nov 2024 10:40:03 +1100
|
||||
Subject: [PATCH] Fix build when compiling with -std=c23
|
||||
|
||||
Fixes the build when using gcc 15
|
||||
---
|
||||
lib/lock/ul.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lib/lock/ul.c b/lib/lock/ul.c
|
||||
index d376a98af..fc9fdb714 100644
|
||||
--- a/lib/lock/ul.c
|
||||
+++ b/lib/lock/ul.c
|
||||
@@ -29,7 +29,7 @@
|
||||
static Bool mxInPanic = FALSE; // track when involved in a panic
|
||||
static Bool mxUserCollectLockingTree = FALSE;
|
||||
|
||||
-Bool (*MXUserTryAcquireForceFail)() = NULL;
|
||||
+Bool (*MXUserTryAcquireForceFail)(const char *) = NULL;
|
||||
|
||||
static MX_Rank (*MXUserMxCheckRank)(void) = NULL;
|
||||
static void (*MXUserMxLockLister)(void) = NULL;
|
Loading…
x
Reference in New Issue
Block a user