From 18c8785bf9e6613c9a58bd356edab33accc35da2 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 24 Mar 2017 10:46:08 +0800 Subject: [PATCH] Fix 'rebar command not found' --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b35c84f88..c830eed11 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,9 @@ PROJECT = emqttd PROJECT_DESCRIPTION = Erlang MQTT Broker PROJECT_VERSION = 2.1.0 -NO_AUTOPATCH = cuttlefish - -DEPS = gproc lager esockd mochiweb lager_syslog pbkdf2 +DEPS = goldrush gproc lager esockd mochiweb lager_syslog pbkdf2 +dep_goldrush = git https://github.com/basho/goldrush 0.1.9 dep_gproc = git https://github.com/uwiger/gproc dep_getopt = git https://github.com/jcomellas/getopt v0.8.2 dep_lager = git https://github.com/basho/lager master @@ -16,6 +15,8 @@ dep_pbkdf2 = git https://github.com/comtihon/erlang-pbkdf2.git 2.0.0 ERLC_OPTS += +'{parse_transform, lager_transform}' +NO_AUTOPATCH = cuttlefish + BUILD_DEPS = cuttlefish dep_cuttlefish = git https://github.com/emqtt/cuttlefish