logrotate: fix build with gcc 6
[buildroot-gz.git] / package / cpio / Config.in
blob1210a0bde148fe96a759f96458e60a1ef48f740d
1 config BR2_PACKAGE_CPIO
2         bool "cpio"
3         # Need argp.h support
4         select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
5         depends on BR2_USE_WCHAR
6         help
7           cpio archive utility for creation and extraction.
9           https://www.gnu.org/software/cpio/
11 comment "cpio needs a toolchain w/ wchar"
12         depends on !BR2_USE_WCHAR