summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 20:02:21 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 20:02:21 +0200
commit40f78252f0e42f2e08503fd39a8ea1506604e747 (patch)
treee10a77a47c572fb06444c11749424521daea0acf /community
parent27d20eb584909ebc44e46d926a1193e498aff2c7 (diff)
downloadpackages-40f78252f0e42f2e08503fd39a8ea1506604e747.tar.xz
community/perl-cgi: added temporary locales for testing
Diffstat (limited to 'community')
-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/
+ '
+)"