a8e6dd386a049ac6d89aa5afefa0dee1febfcd97
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libtirpc / Config.in
1 config BR2_PACKAGE_LIBTIRPC
2         bool "libtirpc"
3         # uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
4         # support. Note that since they provide native RPC support, we
5         # don't need to propagate this dependency to reverse
6         # dependencies of libtirpc for which native RPC support can be
7         # used instead of libtirpc.
8         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         help
11           Libtirpc is a port of Sun's Transport-Independent RPC
12           library to Linux.
13
14           http://sourceforge.net/projects/libtirpc/
15
16 comment "libtirpc needs a toolchain w/ threads"
17         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
18         depends on !BR2_TOOLCHAIN_HAS_THREADS