2012-11-04 08:34:10 +01:00
|
|
|
config BR2_PACKAGE_LIBTIRPC
|
|
|
|
bool "libtirpc"
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2012-11-04 08:34:10 +01:00
|
|
|
help
|
|
|
|
Libtirpc is a port of Sun's Transport-Independent RPC
|
|
|
|
library to Linux.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/libtirpc/
|
2013-09-13 12:41:20 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libtirpc needs a toolchain w/ threads"
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|