diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2017-06-14 16:36:24 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2017-06-15 11:29:49 +0100 |
| commit | c512b9256f6657cbdb4838222806463b8232c47e (patch) | |
| tree | 0ad249d7f583ec2a34b0a95a55ee423094de15d3 | |
| parent | 35f43082a1ab0d3ce49ab8958e980fb81b55f159 (diff) | |
| download | rabbitmq-server-git-c512b9256f6657cbdb4838222806463b8232c47e.tar.gz | |
Depend on inets to ensure it is started when peer discovery begins
Sometimes the boot sequence of the dependencies changes, and inets is
not started before rabbit. However, it is needed by some of the
peer discovery backends to perform discovery (i.e. etcd).
rabbitmq-server#1257
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ define PROJECT_ENV ] endef -LOCAL_DEPS = sasl mnesia os_mon +LOCAL_DEPS = sasl mnesia os_mon inets BUILD_DEPS = rabbitmq_cli DEPS = ranch lager rabbit_common TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper |
