[PATCH] Fix compilation on MinGW64
Orgad Shaneh
orgads at gmail.com
Tue Jun 6 14:48:39 UTC 2017
On Tue, Jun 6, 2017 at 5:11 PM, Maxim Dounin <mdounin at mdounin.ru> wrote:
> Hello!
>
> On Tue, Jun 06, 2017 at 01:57:39PM +0300, Orgad Shaneh wrote:
>
>> I already proposed a similar patch (without MSYS) on November, but it
>> was unnoticed since then.
>> ---
>> auto/configure | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/auto/configure b/auto/configure
>> index ceff15e4..107c2b5f 100755
>> --- a/auto/configure
>> +++ b/auto/configure
>> @@ -36,7 +36,7 @@ if test -z "$NGX_PLATFORM"; then
>> NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE";
>>
>> case "$NGX_SYSTEM" in
>> - MINGW32_*)
>> + MINGW32_*|MINGW64_*|MSYS_*)
>> NGX_PLATFORM=win32
>> ;;
>> esac
>> --
>> 2.13.0.windows.1.7.g80a6209eb5
>
> A review of your previous patch can be found here:
>
> http://mailman.nginx.org/pipermail/nginx-devel/2016-December/009233.html
>
> It still applies.
>
> --
> Maxim Dounin
> http://nginx.org/
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel
Thanks. I wasn't aware that I should stay subscribed to receive replies.
Posted a fixed patch (using Git, I hope you don't mind).
- Orgad
More information about the nginx-devel
mailing list