[nginx] Added HTTP/2 to win32 builds.

Maxim Dounin mdounin at mdounin.ru
Tue Mar 21 14:40:51 UTC 2017


details:   http://hg.nginx.org/nginx/rev/0d4f602dc927
branches:  
changeset: 6936:0d4f602dc927
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Mar 21 17:28:15 2017 +0300
description:
Added HTTP/2 to win32 builds.

diffstat:

 misc/GNUmakefile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -66,6 +66,7 @@ win32:
 		--with-pcre=$(OBJS)/lib/$(PCRE)				\
 		--with-zlib=$(OBJS)/lib/$(ZLIB)				\
 		--with-select_module					\
+		--with-http_v2_module					\
 		--with-http_realip_module				\
 		--with-http_addition_module				\
 		--with-http_sub_module					\


More information about the nginx-devel mailing list