Skip to content

Commit

Permalink
develper build script: disabled the spdy module since it is already r…
Browse files Browse the repository at this point in the history
…emoved.
  • Loading branch information
agentzh committed Nov 24, 2015
1 parent fe50cff commit 4ab3991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 4ab3991

Please sign in to comment.