From: Heiko Schlittermann (HS12-RIPE) Date: Thu, 29 Jun 2017 10:42:12 +0000 (+0200) Subject: Build: set LC_ALL=C for the makefile configuration X-Git-Tag: exim-4_90_RC1~124 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/47d004587fc190f7649b76eca3e9d18a8dfa2ab6 Build: set LC_ALL=C for the makefile configuration Otherwise Perl may complain about missing locales, which in turn confuses the Configure-Makefile script when parsing the output from Perl --- diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index b6f2e2e09..648960e44 100755 --- a/src/scripts/Configure-Makefile +++ b/src/scripts/Configure-Makefile @@ -1,4 +1,5 @@ #! /bin/sh +export LC_ALL=C # Shell script to build Makefile in a build directory. It must be called # from inside the directory. It does its own checking of when to rebuild; it