libnfs: depends on libtirpc

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-12 00:00:20 +02:00
parent fcddf0a5e4
commit da44effa0e
2 changed files with 4 additions and 3 deletions

View File

@ -31,8 +31,9 @@ cd $PKG_BUILD
--prefix=/usr \
--libdir=/usr/lib \
--sysconfdir=/etc \
--disable-examples \
--enable-tirpc \
make
$MAKEINSTALL

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/sahlberg/libnfs"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_DEPENDS="libtirpc"
PKG_BUILD_DEPENDS="toolchain libtirpc"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="libnfs: a client library for accessing NFS shares over a network."