> On 17 Apr 2023, at 07:53, Maxim Dounin <mdou...@mdounin.ru> wrote:
> 
> Hello!
> 
> On Wed, Apr 12, 2023 at 05:44:29PM +0400, Sergey Kandaurov wrote:
> 
>> # HG changeset patch
>> # User Sergey Kandaurov <pluk...@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
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to