summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFigue2019-06-23 00:01:39 +0200
committerFigue2019-06-23 00:01:39 +0200
commit02491b5dafb4078ac12d532e02d16fda12141c64 (patch)
tree821389219f3b547af84184b1387822f5518b39d9 /PKGBUILD
parentce27b2b8379a3df4aa11fdf3c253fc9fd70b507c (diff)
downloadaur-02491b5dafb4078ac12d532e02d16fda12141c64.tar.gz
Fix build for Spanish locale
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1e1ee290ec7..1d5b5497dd0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,6 +73,9 @@ _kernelname=${pkgbase#linux}
prepare() {
cd $_srcname
+ # Workaround GCC 9 build, source: https://www.linuxquestions.org/questions/slackware-14/make-linux-4-19-42-error-4175653720/
+ export LANG=en_US.UTF-8
+
msg2 "Setting version..."
scripts/setlocalversion --save-scmversion
echo "-$pkgrel" > localversion.10-pkgrel