From 431b302d34333f01bdc334bd1970d5d4aceb5605 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 17 Apr 2023 14:08:00 +0400 Subject: [PATCH] Added stream modules realip and ssl_preread to win32 builds. --- misc/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/GNUmakefile b/misc/GNUmakefile index a5c4a1953..bd7ce5d76 100644 --- 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 \