From 8149c48fddda44043c94c6095f9edfb3e156fdea Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 10 Jan 2024 09:36:30 +0100 Subject: [PATCH] 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. --- .../coreos-overlay/coreos/config/env/sys-apps/texinfo | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/texinfo diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/texinfo b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/texinfo new file mode 100644 index 0000000000..302c86f300 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/texinfo @@ -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'