summaryrefslogtreecommitdiff
path: root/system/m4/disable-mbrtowc-test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-02-06 17:58:07 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:50 -0500
commit572cfb17fe334feda1b2463fbb228fb61ee58263 (patch)
treedc24d8ab2806b2236803537714f82e98d4c9dc29 /system/m4/disable-mbrtowc-test.patch
parent2996ebf8ce3b28c6a83dd9900cd83efc7909a68e (diff)
downloadpackages-572cfb17fe334feda1b2463fbb228fb61ee58263.tar.gz
packages-572cfb17fe334feda1b2463fbb228fb61ee58263.tar.bz2
packages-572cfb17fe334feda1b2463fbb228fb61ee58263.tar.xz
packages-572cfb17fe334feda1b2463fbb228fb61ee58263.zip
system/m4: Update to 1.4.19
Diffstat (limited to 'system/m4/disable-mbrtowc-test.patch')
-rw-r--r--system/m4/disable-mbrtowc-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/m4/disable-mbrtowc-test.patch b/system/m4/disable-mbrtowc-test.patch
index cc2be2478..45b019b9d 100644
--- a/system/m4/disable-mbrtowc-test.patch
+++ b/system/m4/disable-mbrtowc-test.patch
@@ -4,7 +4,7 @@
#!/bin/sh
-# Test whether the POSIX locale has encoding errors.
-LC_ALL=C \
--./test-mbrtowc${EXEEXT} 5 || exit
+-${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit
-LC_ALL=POSIX \
--./test-mbrtowc${EXEEXT} 5
+-${CHECKER} ./test-mbrtowc${EXEEXT} 5
+exit 77