cifs-utils: update to 7.3 and autotools

use of autotools is required to compile with gcc-15 due to stdbool header not being detected
This commit is contained in:
Rudi Heitbaum 2025-03-21 04:39:49 +00:00
parent 511ad49fd1
commit cf8e67ca77

View File

@ -2,14 +2,15 @@
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="cifs-utils"
PKG_VERSION="7.2"
PKG_SHA256="12564a33ed67c241d8c847924eaf04a5ae0baf19288837094dab15739d54017e"
PKG_VERSION="7.3"
PKG_SHA256="c4e1eb5f4ad880d96e16d95a1cdbc7ec978ab51c5b6d8a20ae09dac638f36dd5"
PKG_LICENSE="GPL-3.0-or-later"
PKG_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
PKG_URL="https://download.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain talloc"
PKG_LONGDESC="Linux CIFS userspace utilities"
PKG_BUILD_FLAGS="-cfg-libs"
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \