Explorar o código

Add workaround for unsupported LC_TIME=C.UTF-8

Fixes: Building 18.06.0-rc1 does not work (Closes: GH-2)
Mikael Magnusson %!s(int64=7) %!d(string=hai) anos
pai
achega
753f5fcc9c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      build.sh

+ 3 - 0
build.sh

@@ -6,6 +6,9 @@ arch_lxd=x86_64
 ver=17.01.4
 dist=lede
 
+# Workaround for Debian/Ubuntu systems which use C.UTF-8 which is unsupported by OpenWrt
+export LC_TIME=C
+
 usage() {
 	echo "Usage: $0 [-a|--arch <x86_64|i686>] [-v|--version <version>] [-p|--packages <packages>] [-f|--files] [--help]"
 	exit 1