[PATCH] Fix compilation on MinGW64
Maxim Dounin
mdounin at mdounin.ru
Tue Jun 6 16:51:57 UTC 2017
Hello!
On Tue, Jun 06, 2017 at 05:48:39PM +0300, Orgad Shaneh wrote:
> 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.
You can unsubscribe and/or switch to write-only mode, but unless
you've used Mail-Followup-To in your messages there will be no
direct replies.
> Posted a fixed patch (using Git, I hope you don't mind).
Mercurial is really preferred, though I was able to import this
particular patch. Queued with a couple of style fixes you've
missed, thanks.
--
Maxim Dounin
http://nginx.org/
More information about the nginx-devel
mailing list