2016-10-25 17:49:07 +02:00
|
|
|
config BR2_PACKAGE_RABBITMQ_SERVER
|
|
|
|
bool "rabbitmq-server"
|
|
|
|
depends on BR2_PACKAGE_ERLANG
|
|
|
|
select BR2_PACKAGE_LIBXSLT
|
|
|
|
select BR2_PACKAGE_OPENSSL # Required to build Erlang's crypto and ssl
|
|
|
|
# applications
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
High-performance AMQP-compliant message broker written in
|
|
|
|
Erlang.
|
2016-10-25 17:49:07 +02:00
|
|
|
|
|
|
|
http://www.rabbitmq.com
|
|
|
|
|
|
|
|
comment "rabbitmq-server needs erlang"
|
|
|
|
depends on !BR2_PACKAGE_ERLANG
|