浏览代码

Add workaround for unsupported LC_TIME=C.UTF-8

Fixes: Building 18.06.0-rc1 does not work (Closes: GH-2)
Mikael Magnusson 7 年之前
父节点
当前提交
753f5fcc9c
共有 1 个文件被更改,包括 3 次插入0 次删除
  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