rabbitmq-server: security bump to version 3.6.6
[buildroot-gz.git] / package / uclibc / 0002-do-not-remove-iconv.h-when-UCLIBC_HAS_LOCALE-is-not-.patch
blob4567720aca8a468debab7123b87b4a40709379d1
1 From 0d80d5a235af1a12b606dea6380dc91f755546fe Mon Sep 17 00:00:00 2001
2 From: Waldemar Brodkorb <wbx@openadk.org>
3 Date: Wed, 28 Dec 2016 19:08:15 +0100
4 Subject: [PATCH] do not remove iconv.h when UCLIBC_HAS_LOCALE is not set
6 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
7 ---
8 Makefile.in | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/Makefile.in b/Makefile.in
12 index 9acf76c..c8afe1c 100644
13 --- a/Makefile.in
14 +++ b/Makefile.in
15 @@ -282,7 +282,7 @@ HEADERS_RM-$(UCLIBC_HAS_IPV6) += netinet/ip6.h netinet/icmp6.h
16 HEADERS_RM-$(UCLIBC_HAS_BACKTRACE) += execinfo.h
17 HEADERS_RM-$(UCLIBC_HAS_LIBICONV) += iconv.h
18 HEADERS_RM-$(UCLIBC_HAS_LIBINTL) += intl.h
19 -HEADERS_RM-$(UCLIBC_HAS_LOCALE) += iconv.h bits/uClibc_ctype.h
20 +HEADERS_RM-$(UCLIBC_HAS_LOCALE) += bits/uClibc_ctype.h
21 HEADERS_RM-$(UCLIBC_HAS_PTY) += pty.h
22 HEADERS_RM-$(UCLIBC_HAS_REALTIME) += mqueue.h bits/mqueue.h sched.h \
23 bits/sched.h \
24 --
25 2.1.4