diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.21-3-ga2c56ee

Message ID 20161229162158.8CA1E100AF@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Dec. 29, 2016, 4:21 p.m. UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".

The branch, master has been updated
       via  a2c56ee4fbff7af9128d630299d81fb46582673d (commit)
      from  0d80d5a235af1a12b606dea6380dc91f755546fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a2c56ee4fbff7af9128d630299d81fb46582673d
Author: Waldemar Brodkorb <wbx@openadk.org>
Date:   Thu Dec 29 13:38:09 2016 +0100

    locale: needs libiconv

-----------------------------------------------------------------------

Summary of changes:
 extra/Configs/Config.in | 1 +
 1 file changed, 1 insertion(+)



hooks/post-receive
diff mbox

Patch

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 6b0985e..b02054c 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1442,6 +1442,7 @@  config UCLIBC_HAS_LOCALE
 	bool "Locale Support"
 	select UCLIBC_HAS_WCHAR
 	select UCLIBC_HAS_CTYPE_TABLES
+	select UCLIBC_HAS_LIBICONV
 	help
 	  uClibc now has full ANSI/ISO C99 locale support (except for
 	  wcsftime() and collating items in regex).  Be aware that enabling