From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- extra/perl-cgi/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extra/perl-cgi/PKGBUILD (limited to 'extra/perl-cgi') diff --git a/extra/perl-cgi/PKGBUILD b/extra/perl-cgi/PKGBUILD new file mode 100644 index 00000000..c8d3b267 --- /dev/null +++ b/extra/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