1 config BR2_PACKAGE_RABBITMQ_C
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 # too old uClibc, not providing posix_spawn functions
5 # http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/
6 depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
8 This is a C-language AMQP client library for use with v2.0+
9 of the RabbitMQ broker.
11 https://github.com/alanxz/rabbitmq-c
13 comment "rabbitmq-c needs a toolchain w/ threads"
14 depends on !BR2_TOOLCHAIN_HAS_THREADS
15 depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX