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  922f477beaff8b3c0026c9e878974eb7d032468e (commit)
       via  7921ad851370684cf256f9bf7812b763bfd62fca (commit)
      from  2db45cff132e9b3c84700a4a2401dd8a06c2cf22 (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 922f477beaff8b3c0026c9e878974eb7d032468e
Author: Bernd Kuhls <bernd.ku...@t-online.de>
Date:   Mon Jan 16 21:55:46 2017 +0100

    Makefile.in: Fix removal of libintl.h
    
    A wrong filename was present in Makefile.in leaving libintl.h installed
    even if libintl support is disabled leading to wrong configure checks
    by other packages.
    
    Signed-off-by: Bernd Kuhls <bernd.ku...@t-online.de>

commit 7921ad851370684cf256f9bf7812b763bfd62fca
Author: Bernd Kuhls <bernd.ku...@t-online.de>
Date:   Mon Jan 16 21:59:03 2017 +0100

    package/uclibc: Fix removal of libintl.h
    
    Needed to fix
    
http://autobuild.buildroot.net/results/6be/6be94fe2542f3ac9fb785dd22f504e25c2a7802e/
    
    Signed-off-by: Bernd Kuhls <bernd.ku...@t-online.de>

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

Summary of changes:
 Makefile.in                                        |  2 +-
 ...0004-Makefile.in-Fix-removal-of-libintl.h.patch | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)
 create mode 100644 
package/uclibc/0004-Makefile.in-Fix-removal-of-libintl.h.patch

diff --git a/Makefile.in b/Makefile.in
index c8afe1c..bb3549c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -281,7 +281,7 @@ HEADERS_RM-$(UCLIBC_HAS_GETOPT_LONG)         += getopt.h
 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_LIBINTL)             += libintl.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 
\
diff --git a/package/uclibc/0004-Makefile.in-Fix-removal-of-libintl.h.patch 
b/package/uclibc/0004-Makefile.in-Fix-removal-of-libintl.h.patch
new file mode 100644
index 0000000..7cbcd47
--- /dev/null
+++ b/package/uclibc/0004-Makefile.in-Fix-removal-of-libintl.h.patch
@@ -0,0 +1,33 @@
+From 5f7b66fe28a785330a874a11001d7758dd5a59d7 Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd.ku...@t-online.de>
+Date: Mon, 16 Jan 2017 21:01:43 +0100
+Subject: [PATCH 1/1] Makefile.in: Fix removal of libintl.h
+
+A wrong filename was present in Makefile.in leaving libintl.h installed
+even if libintl support is disabled leading to wrong configure checks
+by other packages.
+
+Patch sent upstream:
+http://mailman.uclibc-ng.org/pipermail/devel/2017-January/001360.html
+
+Signed-off-by: Bernd Kuhls <bernd.ku...@t-online.de>
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index c8afe1cd0..bb3549c19 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -281,7 +281,7 @@ HEADERS_RM-$(UCLIBC_HAS_GETOPT_LONG)         += getopt.h
+ 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_LIBINTL)             += libintl.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 \
+-- 
+2.11.0
+


hooks/post-receive
-- 
uClibc-ng - small C library for embedded systems
_______________________________________________
devel mailing list
devel@uclibc-ng.org
http://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel

Reply via email to