mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Made sure to run configure in a "C" locale.
Otherwise, we may fail to properly detect a version of compiler.
This commit is contained in:
3
auto/configure
vendored
3
auto/configure
vendored
@@ -4,6 +4,9 @@
|
|||||||
# Copyright (C) Nginx, Inc.
|
# Copyright (C) Nginx, Inc.
|
||||||
|
|
||||||
|
|
||||||
|
LC_ALL=C
|
||||||
|
export LC_ALL
|
||||||
|
|
||||||
. auto/options
|
. auto/options
|
||||||
. auto/init
|
. auto/init
|
||||||
. auto/sources
|
. auto/sources
|
||||||
|
|||||||
Reference in New Issue
Block a user