overlay coreos/config: Override a check for sys-apps/texinfo

It's required now, because we cross-compile sys-apps/texinfo for
binary packages and there's a check that bails out for
cross-compilation case.
This commit is contained in:
Krzesimir Nowak 2024-01-10 09:36:30 +01:00
parent 6f94044997
commit 8149c48fdd

View File

@ -0,0 +1,7 @@
# texinfo checks if iconv converts EUC-CN encoding to UTF-8. It does
# it by compiling and running a test program, which obviously won't
# fly during cross-compilation. On SDK (for which a native compilation
# is done) the conversion does not happen, so we parrot it for the
# cross-compilation case too.
export texinfo_cv_sys_iconv_converts_euc_cn='no'