develper build script: disabled the spdy module since it is already removed.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-24 22:36:38 +08:00
Родитель fe50cff389
Коммит 4ab399199a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 \