diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/xen/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index 3c87988ca..e608b3d12 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -71,6 +71,8 @@ build() { # folder if necessary. unset CFLAGS unset LDFLAGS + unset LANG + unset LC_ALL msg "Building hypervisor..." make xen || return 1 |