summaryrefslogtreecommitdiff
path: root/community/perl-cgi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-cgi/PKGBUILD')
-rw-r--r--community/perl-cgi/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/perl-cgi/PKGBUILD b/community/perl-cgi/PKGBUILD
new file mode 100644
index 00000000..c8d3b267
--- /dev/null
+++ b/community/perl-cgi/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/
+ '
+)"