# HG changeset patch # User Sergey Kandaurov # Date 1681726080 -14400 # Node ID 252a7acd35ceff4fca7a8c60a9aa6d4d22b688bf # Parent e70cd097490aee6120a59d7661a376319c1aaaeb Added stream modules realip and ssl_preread to win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -75,6 +75,8 @@ win32: --with-http_slice_module \ --with-mail \ --with-stream \ + --with-stream_realip_module \ + --with-stream_ssl_preread_module \ --with-openssl=$(OBJS)/lib/$(OPENSSL) \ --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \ --with-http_ssl_module \