package/minizip: select libiconv if needed
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 29 Oct 2019 08:59:37 +0000 (09:59 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 29 Oct 2019 22:42:08 +0000 (23:42 +0100)
iconv.h is always included by mz_os_posix.c so select
BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE

Fixes:
 - No autobuilder failures

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/minizip/Config.in

index 5a0c52b3bb4683882594d7a2dc5cd0eca5a1f7d3..e4d185d9d763918bc855fd4348e881c37c51d643 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MINIZIP
        bool "minizip"
        depends on BR2_USE_WCHAR
+       select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        help
          Enables to extract files from a .zip archive file.
          It is compatible with PKZip 2.04g, WinZip, InfoZip,