mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
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:
parent
6f94044997
commit
8149c48fdd
7
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/texinfo
vendored
Normal file
7
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/texinfo
vendored
Normal 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'
|
Loading…
Reference in New Issue
Block a user