summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Corbacho <diana@rabbitmq.com>2017-06-14 16:36:24 +0100
committerDiana Corbacho <diana@rabbitmq.com>2017-06-15 11:29:49 +0100
commitc512b9256f6657cbdb4838222806463b8232c47e (patch)
tree0ad249d7f583ec2a34b0a95a55ee423094de15d3
parent35f43082a1ab0d3ce49ab8958e980fb81b55f159 (diff)
downloadrabbitmq-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9540566762..f4174d6c69 100644
--- a/Makefile
+++ b/Makefile
@@ -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