diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,7 @@ fetch_dep: cd $(BUILD_DIR) && git clone https://github.com/newobj/nginx-x-rid-header cd $(BUILD_DIR) && git clone https://github.com/openresty/set-misc-nginx-module cd $(BUILD_DIR) && git clone https://github.com/openresty/redis2-nginx-module + cd $(BUILD_DIR) && git clone https://github.com/openresty/set-misc-nginx-module mkdir $(BUILD_DIR)/nginx-syslog && wget -O $(BUILD_DIR)/nginx-syslog/config https://raw.githubusercontent.com/gplessis/dotdeb-nginx/wheezy/debian/modules/nginx-syslog/config build: @@ -96,6 +97,7 @@ build: --add-module=./nginx-x-rid-header \ --add-module=./set-misc-nginx-module \ --add-module=./redis2-nginx-module \ + --add-module=./set-misc-nginx-module \ --add-module=./nginx-statsd $(NGX_CONFIGURE) cd $(BUILD_DIR)/ && \ bash -c "make -j $$(grep -c processor /proc/cpuinfo)" |
