diff mbox

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

Message ID 20161228180912.CB257100EE@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Dec. 28, 2016, 6:09 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  0d80d5a235af1a12b606dea6380dc91f755546fe (commit)
      from  03884934b32c79da545ef38a42835a6c257b125d (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 0d80d5a235af1a12b606dea6380dc91f755546fe
Author: Waldemar Brodkorb <wbx@openadk.org>
Date:   Wed Dec 28 19:08:15 2016 +0100

    do not remove iconv.h when UCLIBC_HAS_LOCALE is not set

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

Summary of changes:
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



hooks/post-receive
diff mbox

Patch

diff --git a/Makefile.in b/Makefile.in
index 9acf76c..c8afe1c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -282,7 +282,7 @@  HEADERS_RM-$(UCLIBC_HAS_IPV6)                += netinet/ip6.h netinet/icmp6.h
 HEADERS_RM-$(UCLIBC_HAS_BACKTRACE)           += execinfo.h
 HEADERS_RM-$(UCLIBC_HAS_LIBICONV)            += iconv.h
 HEADERS_RM-$(UCLIBC_HAS_LIBINTL)             += intl.h
-HEADERS_RM-$(UCLIBC_HAS_LOCALE)              += iconv.h bits/uClibc_ctype.h
+HEADERS_RM-$(UCLIBC_HAS_LOCALE)              += bits/uClibc_ctype.h
 HEADERS_RM-$(UCLIBC_HAS_PTY)                 += pty.h
 HEADERS_RM-$(UCLIBC_HAS_REALTIME)            += mqueue.h bits/mqueue.h sched.h \
 	bits/sched.h \