From 77d55d4bdc6b2f086e8d1296d55cfa4e07ebf8dd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 7 Aug 2022 17:15:43 +0200 Subject: core/libarchive: explicit locale for failing tests --- core/libarchive/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/libarchive') diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD index 7d0a99db..820c5b36 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -11,3 +11,11 @@ eval "$( ' )" +# tests fail if we don't set the locale excplicitely (most likely due +# to old devtools32) +eval "$( + declare -f check | \ + sed ' + s/\(make check\)/LANG=en_US.UTF-8 LC_ALL=$LANG \1/g + ' +)" -- cgit v1.2.3-54-g00ecf