From 2fb1a48ad80a765a1f46e183d3ecf742adfbfca9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 4 Nov 2012 07:34:13 +0000 Subject: nfs-utils: add support to use RPC support from libtirpc Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/nfs-utils/Config.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package/nfs-utils/Config.in') diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in index c87502f97..fa35f35e6 100644 --- a/package/nfs-utils/Config.in +++ b/package/nfs-utils/Config.in @@ -1,8 +1,7 @@ config BR2_PACKAGE_NFS_UTILS bool "nfs-utils" - depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC + select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC depends on BR2_LARGEFILE - select BR2_PACKAGE_PORTMAP help The NFS Linux kernel server. Warning: We do not force largefile support on here on purpose. @@ -10,8 +9,8 @@ config BR2_PACKAGE_NFS_UTILS http://sourceforge.net/projects/nfs -comment "nfs-utils requires a toolchain with RPC and LARGEFILE support" - depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC || !BR2_LARGEFILE +comment "nfs-utils requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE menu "NFS utilities selection" depends on BR2_PACKAGE_NFS_UTILS -- cgit v1.2.3