summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus_arch2015-04-07 21:30:50 +0200
committerhorus_arch2015-04-07 21:30:50 +0200
commit86a5ee388097692fa0a5d7fc79ec1e4967c8a4d1 (patch)
tree8559c3bc778a2f54b8e55808a160ba4646e7349f
parent688bc1e52bb01bf44bd7425bf23e6804f84f8de2 (diff)
downloadnginx-build-86a5ee388097692fa0a5d7fc79ec1e4967c8a4d1.tar.gz
Add set-misc-nginx-module because it is needed by redis2-nginx-module.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d91f9ca..4007f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ fetch_dep:
cd $(BUILD_DIR) && git clone https://github.com/zebrafishlabs/nginx-statsd
cd $(BUILD_DIR) && git clone https://github.com/newobj/nginx-x-rid-header
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:
@@ -84,6 +85,7 @@ build:
--with-ld-opt=-lossp-uuid \
--add-module=./nginx-x-rid-header \
--add-module=./redis2-nginx-module \
+ --add-module=./set-misc-nginx-module \
--add-module=./nginx-statsd $(NGX_CONFIGURE)
cd $(BUILD_DIR)/ && \
make -j $(grep -c processor /proc/cpuinfo)