Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/libarchive
diff options
context:
space:
mode:
Diffstat (limited to 'core/libarchive')
-rw-r--r--core/libarchive/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
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
+ '
+)"