Build: set LC_ALL=C for the makefile configuration
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 29 Jun 2017 10:42:12 +0000 (12:42 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 29 Jun 2017 10:42:12 +0000 (12:42 +0200)
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

index b6f2e2e0979a1fa2760638edf01335156faaf486..648960e44036f96bdceb04d2dc7a5c240475ff22 100755 (executable)
@@ -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