nfs-utils: add libcap support, remove mountconfig support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-02 00:48:39 +02:00
parent ca82e333ab
commit fa1ea21e78
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"