From 40f78252f0e42f2e08503fd39a8ea1506604e747 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Jun 2022 20:02:21 +0200 Subject: community/perl-cgi: added temporary locales for testing --- community/perl-cgi/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/perl-cgi/PKGBUILD (limited to 'community') 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/ + ' +)" -- cgit v1.2.3-54-g00ecf