[Buildroot] [git commit branch/2020.05.x] package/mtools: select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY

Peter Korsgaard peter at korsgaard.com
Thu Jul 16 14:53:35 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=73b0f8b2dd4894626cb659e52e881f9d03a08b60
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.05.x

Fixes:
 - https://bugs.buildroot.org/show_bug.cgi?id=12986

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit ac4a61e0eac8b6b11389727595d35fd31ffb144e)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mtools/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/mtools/Config.in b/package/mtools/Config.in
index 99a073ca83..43e14e2c0c 100644
--- a/package/mtools/Config.in
+++ b/package/mtools/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_MTOOLS
 	bool "mtools"
 	depends on BR2_USE_WCHAR
 	depends on BR2_USE_MMU # fork()
+	# runtime UTF conversion support
+	select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC
 	help
 	  Mtools is a collection of utilities to access MS-DOS disks
 	  from Unix without mounting them. It supports Win'95 style


More information about the buildroot mailing list