python-whoosh: bump to version 2.7.4
[buildroot-gz.git] / package / libnfs / Config.in
blob2a1ef03cd77d2edce2fdfd30c1374ddc61b81c0c
1 config BR2_PACKAGE_LIBNFS
2         bool "libnfs"
3         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
4         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
5         help
6           nfs userspace implementation.
8           http://github.com/sahlberg/libnfs
10 comment "libnfs needs a toolchain w/ threads"
11         depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)