b2857786f1
Build of nfs-utils without uuid is broken since bump to version 2.5.4 in
commit 0ce30de72f
: the --enable-uuid
option is now ill-named, it now only checks for libblkid:
http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=c5528f40f9db5061e06dcf1f9b7fce5185b376c6
Cleaning this up is upstream's role, though.
Fixes:
- http://autobuild.buildroot.org/results/510b3425943f2e31b024c99b3552419a80c2f9f3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
comment "nfs-utils needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_NFS_UTILS
|
|
bool "nfs-utils"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc, rpcbind
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBTIRPC # IPv6 requires libtirpc
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
The NFS Linux kernel server.
|
|
|
|
http://linux-nfs.org/
|
|
|
|
if BR2_PACKAGE_NFS_UTILS
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_NFSV4
|
|
bool "NFSv4/NFSv4.1"
|
|
depends on !BR2_STATIC_LIBS # keyutils, lvm2
|
|
select BR2_PACKAGE_KEYUTILS
|
|
select BR2_PACKAGE_LIBEVENT
|
|
select BR2_PACKAGE_LVM2
|
|
select BR2_PACKAGE_SQLITE
|
|
help
|
|
Enable NFSv4/NFSv4.1 support
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
|
|
bool "rpcdebug"
|
|
help
|
|
The RPC debugging utility
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
|
|
bool "rpc.lockd"
|
|
help
|
|
NFS lock manager for Linux kernels older than 2.4
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_NFSD
|
|
bool "rpc.nfsd"
|
|
default y
|
|
select BR2_PACKAGE_RPCBIND # runtime
|
|
help
|
|
NFS server
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
|
|
bool "rpc.rquotad"
|
|
help
|
|
NFS remote quota server
|
|
|
|
endif
|