summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 08:14:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 08:14:24 +0200
commitbb1eedaa22578a5be8f7b431eb01fd88c76a70df (patch)
treeff763f2f34165e5bb6306e3d6a41c71a4d6637df /core
parent74f6f70783d340d0a5b63089eea0055cb76e1329 (diff)
downloadpackages-bb1eedaa22578a5be8f7b431eb01fd88c76a70df.tar.xz
core/perl: temporary locale hack to make the Perl rebuild happend fast
Diffstat (limited to 'core')
-rw-r--r--core/perl/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD
new file mode 100644
index 00000000..c8d3b267
--- /dev/null
+++ b/core/perl/PKGBUILD
@@ -0,0 +1,9 @@
+# temporary workaround for not having the locale set in build chroots
+# (is fixed upstream in devtools, but must update all build slaves first,
+# otherwise the whole Perl rebuild fails!)
+eval "$(
+ declare -f check | \
+ sed '
+ s/make test/LC_ALL=C LANGUAGE=C make test/
+ '
+)"