mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
20 lines
744 B
Makefile
20 lines
744 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libnfs"
|
|
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"
|
|
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 \
|
|
--without-libkrb5"
|
|
|
|
pre_configure_target() {
|
|
export CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"
|
|
}
|