From b39b5151b937c4d36ff293b62cee988378245fac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Dec 2016 19:57:05 +0100 Subject: add stub implementation for libintl/gettext These adds the stubs from gettext-tiny 0.0.5 from here: https://github.com/sabotage-linux/gettext-tiny --- extra/Configs/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 7c83d3004..ed16611dd 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1467,6 +1467,12 @@ config UCLIBC_HAS_LIBICONV help Add tiny iconv support for charset conversion from and to UTF-8. +config UCLIBC_HAS_LIBINTL + bool "Intl stubs support" + help + If you enable this option you get stubs for the gettext family of + functions. + config UCLIBC_HAS_LOCALE bool "Locale Support" select UCLIBC_HAS_WCHAR -- cgit v1.2.3