From 47d004587fc190f7649b76eca3e9d18a8dfa2ab6 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Thu, 29 Jun 2017 12:42:12 +0200 Subject: [PATCH 1/1] 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 --- src/scripts/Configure-Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1