nfs-utils: remove libcap support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-02 01:00:33 +02:00
parent 808a98466e
commit 87ca292295
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ libblkid_is_recent="yes" \
--disable-mountconfig \
--without-tcp-wrappers \
--without-krb5 \
--enable-caps \
--disable-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 libcap util-linux"
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap libtirpc libcap util-linux"
PKG_DEPENDS="libevent libnfsidmap libtirpc util-linux"
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap libtirpc util-linux"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="nfs-utils: Linux NFS client and server utilities"