summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2019-09-09 13:34:08 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2019-10-15 10:39:47 +0100
commit844c222959eb9fe9008ab1ece602e512248a9e6a (patch)
tree06cade6f4f880595a66ef1baf401680dda8ead74
parent46a0181bc9729f20fad631c779dfbb817c71c206 (diff)
downloadrabbitmq-server-git-844c222959eb9fe9008ab1ece602e512248a9e6a.tar.gz
Add LZ4 compression support to Erlang Distribution
Requires lz4 dir to be manually added to generic-unix bundle [#167729427]
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a2a955966..0cd4321dfc 100644
--- a/Makefile
+++ b/Makefile
@@ -135,10 +135,11 @@ endef
LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools
BUILD_DEPS = rabbitmq_cli syslog
-DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter recon observer_cli
+DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter recon observer_cli inet_tcp_compress_dist
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper
dep_syslog = git https://github.com/schlagert/syslog 3.4.5
+dep_inet_tcp_compress_dist = git https://github.com/essen/inet_tcp_compress_dist master
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))