[Buildroot] [PATCH 1/1] package/mtools: select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Jun 11 06:28:26 UTC 2020


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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.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
-- 
2.26.2



More information about the buildroot mailing list