aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-05-25 11:09:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-05-25 11:10:02 +0000
commitf2f9aa9d797fbea81f0ee1947726182ce080193f (patch)
treed8fabb97efa47f638966451876a6d768c717c09b
parent34d5d3573224e7a97fc5e24af5b9a3c4c2c2102f (diff)
community/libxml++-2.6: workaround local issue for tests
-rw-r--r--community/libxml++-2.6/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libxml++-2.6/APKBUILD b/community/libxml++-2.6/APKBUILD
index 84a23db6236..af6c8908b59 100644
--- a/community/libxml++-2.6/APKBUILD
+++ b/community/libxml++-2.6/APKBUILD
@@ -20,7 +20,7 @@ build() {
}
check() {
- meson test --no-rebuild -v -C output
+ LANG=C LC_ALL=C meson test --no-rebuild -v -C output
}
package() {