diff options
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |