Skip to content

Commit 680d753

Browse files
committed
Update rabbitmq-components.mk
1 parent ce5cc9e commit 680d753

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rabbitmq-components.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dep_cowlib = hex 2.0.0
115115
dep_jsx = hex 2.8.2
116116
dep_lager = hex 3.5.1
117117
dep_ranch = hex 1.4.0
118-
dep_ranch_proxy_protocol = hex 1.4.2
118+
dep_ranch_proxy_protocol = hex 1.4.4
119119
dep_recon = hex 2.3.2
120120

121121
dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 405990ea62353d98d36dbf5e1e64942d9b0a1daf
@@ -326,11 +326,16 @@ endif
326326

327327
UPSTREAM_RMQ_COMPONENTS_MK = $(DEPS_DIR)/rabbit_common/mk/rabbitmq-components.mk
328328

329+
ifeq ($(PROJECT),rabbit_common)
330+
check-rabbitmq-components.mk:
331+
@:
332+
else
329333
check-rabbitmq-components.mk:
330334
$(verbose) cmp -s rabbitmq-components.mk \
331335
$(UPSTREAM_RMQ_COMPONENTS_MK) || \
332336
(echo "error: rabbitmq-components.mk must be updated!" 1>&2; \
333337
false)
338+
endif
334339

335340
ifeq ($(PROJECT),rabbit_common)
336341
rabbitmq-components-mk:

0 commit comments

Comments
 (0)