2015-11-18 11:42:07 +01:00
|
|
|
config BR2_PACKAGE_RABBITMQ_C
|
|
|
|
bool "rabbitmq-c"
|
2016-01-08 09:37:09 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-01-14 13:03:21 +01:00
|
|
|
# too old uClibc, not providing posix_spawn functions
|
|
|
|
# http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
|
2015-11-18 11:42:07 +01:00
|
|
|
help
|
|
|
|
This is a C-language AMQP client library for use with v2.0+
|
|
|
|
of the RabbitMQ broker.
|
|
|
|
|
|
|
|
https://github.com/alanxz/rabbitmq-c
|
2016-01-08 09:37:09 +01:00
|
|
|
|
|
|
|
comment "rabbitmq-c needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2016-01-14 13:03:21 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
|