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'