nfs-utils: add libtirpc support, add ipv6 support, add nfs-v41 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-06-22 14:08:11 +02:00
parent cfaf692619
commit 230620244c
2 changed files with 8 additions and 6 deletions

View File

@ -38,13 +38,14 @@ libblkid_is_recent="yes" \
--with-sysroot="$SYSROOT_PREFIX/usr" \ --with-sysroot="$SYSROOT_PREFIX/usr" \
--enable-nfsv3 \ --enable-nfsv3 \
--enable-nfsv4 \ --enable-nfsv4 \
--disable-nfsv41 \ --enable-nfsv41 \
--disable-gss \ --disable-gss \
--disable-kprefix \ --disable-kprefix \
--enable-uuid \ --enable-uuid \
--enable-mount \ --enable-mount \
--disable-tirpc \ --enable-tirpc \
--disable-ipv6 \ --with-tirpcinclude="$SYSROOT_PREFIX/usr/include/tirpc" \
--enable-ipv6 \
--enable-mountconfig \ --enable-mountconfig \
--without-tcp-wrappers \ --without-tcp-wrappers \
--without-krb5 \ --without-krb5 \
@ -53,6 +54,7 @@ libblkid_is_recent="yes" \
--with-mountfile=/etc/nfsmounts.conf \ --with-mountfile=/etc/nfsmounts.conf \
--with-gnu-ld --with-gnu-ld
make make -C support
make -C utils
sed -e "s,#!/bin/sh -p,#!/bin/sh,g" -i utils/statd/start-statd sed -e "s,#!/bin/sh -p,#!/bin/sh,g" -i utils/statd/start-statd

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://nfs.sourceforge.net/" PKG_SITE="http://nfs.sourceforge.net/"
PKG_URL="$SOURCEFORGE_SRC/nfs/nfs-utils/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="$SOURCEFORGE_SRC/nfs/nfs-utils/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libevent libnfsidmap portmap util-linux" PKG_DEPENDS="libevent libnfsidmap libtirpc portmap util-linux"
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap util-linux" PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap libtirpc util-linux"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="network" PKG_SECTION="network"
PKG_SHORTDESC="nfs-utils: Linux NFS client and server utilities" PKG_SHORTDESC="nfs-utils: Linux NFS client and server utilities"