[PATCH] Added stream modules realip and ssl_preread to win32 builds

Sergey Kandaurov pluknet at nginx.com
Mon Apr 17 10:59:10 UTC 2023


> On 17 Apr 2023, at 07:53, Maxim Dounin <mdounin at mdounin.ru> wrote:
> 
> Hello!
> 
> On Wed, Apr 12, 2023 at 05:44:29PM +0400, Sergey Kandaurov wrote:
> 
>> # HG changeset patch
>> # User Sergey Kandaurov <pluknet at nginx.com>
>> # Date 1681306935 -14400
>> #      Wed Apr 12 17:42:15 2023 +0400
>> # Node ID bdfbd7ed2433d1a68d466f353983829b17f6df1f
>> # Parent  5f1d05a21287ba0290dd3a17ad501595b442a194
>> 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					\
> 
> There seems to be whitespace damage: spaces instead of tabs after 
> options being added.
> 
> Otherwise looks good.

Indeed, thanks for catching.

-- 
Sergey Kandaurov


More information about the nginx-devel mailing list