develper build script: disabled the spdy module since it is already removed.
This commit is contained in:
Родитель
fe50cff389
Коммит
4ab399199a
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче