From 4ab399199a257bb0c41acef5313c59c2cf36cc4c Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Tue, 24 Nov 2015 22:36:38 +0800 Subject: [PATCH] develper build script: disabled the spdy module since it is already removed. --- util/build2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build2.sh b/util/build2.sh index 5a89c292..f4d51dbf 100755 --- a/util/build2.sh +++ b/util/build2.sh @@ -21,6 +21,7 @@ force=$2 #--with-cc=clang \ #--without-http_referer_module \ #--with-http_v2_module \ + #--with-http_spdy_module \ time ngx-build $force $version \ --with-ipv6 \ @@ -30,7 +31,6 @@ time ngx-build $force $version \ --add-module=$root/../ndk-nginx-module \ --add-module=$root/../set-misc-nginx-module \ --with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:/usr/local/lib" \ - --with-http_spdy_module \ --without-mail_pop3_module \ --without-mail_imap_module \ --with-http_image_filter_module \