nfs-utils: add util-linux as build dependency

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-10 12:30:19 +01:00
parent 1a6a2a016b
commit 9f8ffe1a2a

View File

@ -26,7 +26,7 @@ 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 portmap util-linux"
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap"
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap util-linux"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="nfs-utils: Linux NFS client and server utilities"