libnfs: update to 6.0.2

This commit is contained in:
Rudi Heitbaum 2024-12-11 22:06:23 +00:00
parent d552376ff5
commit da8cfd7f58

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libnfs"
PKG_VERSION="5.0.3"
PKG_SHA256="d945cb4f4c8f82ee1f3640893a168810f794a28e1010bb007ec5add345e9df3e"
PKG_VERSION="6.0.2"
PKG_SHA256="4e5459cc3e0242447879004e9ad28286d4d27daa42cbdcde423248fad911e747"
PKG_LICENSE="LGPL2.1+"
PKG_SITE="https://github.com/sahlberg/libnfs"
PKG_URL="https://github.com/sahlberg/libnfs/archive/libnfs-${PKG_VERSION}.tar.gz"
@ -12,7 +12,8 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A client library for accessing NFS shares over a network."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--disable-examples"
PKG_CONFIGURE_OPTS_TARGET="--disable-examples \
--without-libkrb5"
pre_configure_target() {
export CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"