mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
nfs-utils: add libcap support, remove mountconfig support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ca82e333ab
commit
fa1ea21e78
@ -46,10 +46,10 @@ libblkid_is_recent="yes" \
|
||||
--enable-tirpc \
|
||||
--with-tirpcinclude="$SYSROOT_PREFIX/usr/include/tirpc" \
|
||||
--enable-ipv6 \
|
||||
--enable-mountconfig \
|
||||
--disable-mountconfig \
|
||||
--without-tcp-wrappers \
|
||||
--without-krb5 \
|
||||
--disable-caps \
|
||||
--enable-caps \
|
||||
--enable-largefile \
|
||||
--with-mountfile=/etc/nfsmounts.conf \
|
||||
--with-gnu-ld
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://nfs.sourceforge.net/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/nfs/nfs-utils/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libevent libnfsidmap libtirpc util-linux"
|
||||
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap libtirpc util-linux"
|
||||
PKG_DEPENDS="libevent libnfsidmap libtirpc libcap util-linux"
|
||||
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap libtirpc libcap util-linux"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="nfs-utils: Linux NFS client and server utilities"
|
||||
|
Loading…
x
Reference in New Issue
Block a user