Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-11-30 09:10:11 +01:00
parent b1840d3bbd
commit b212b3a514
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@ RABBITMQ_COMPONENTS = amqp_client \
rabbitmq_web_stomp_examples \
rabbitmq_website
# Several components have a custom erlang.mk/build.config, mainly
# to disable eunit. Therefore, we can't use the top-level project's
# erlang.mk copy.
NO_AUTOPATCH += $(RABBITMQ_COMPONENTS)
ifeq ($(origin current_rmq_ref),undefined)
ifneq ($(wildcard .git),)
current_rmq_ref := $(shell \