[PATCH] Fix compilation on MinGW64
Maxim Dounin
mdounin at mdounin.ru
Tue Jun 6 14:11:39 UTC 2017
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/
More information about the nginx-devel
mailing list