Makefile: Add ranch to the `BUILD_DEPS`

This is to enforce the version of Ranch which is picked, because Cowboy
also depends on Ranch and might pull another version.

[#160270896]
This commit is contained in:
Jean-Sébastien Pédron 2018-09-19 15:10:59 +02:00
parent a513f7bf8a
commit 642bcdac06
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ endef
DEPS = cowboy rabbit_common rabbit rabbitmq_stomp
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
# See rabbitmq-components.mk.
BUILD_DEPS += ranch
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk