mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 22:31:58 +00:00
Drop the patches that were either applied or fixed differenly in 2.16 Add patches to fix ppc spe patches to match eglibc 2.16 Fix CPPFLAGS to contain correct includepaths so autoconf cache is generated correctly (From OE-Core rev: 705fe4dab44e623350fc32efece87a977d53bfc4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
538 B
Diff
21 lines
538 B
Diff
This is needed since initgroups belongs to NET group
|
|
so when NET is disabled in eglibc build then it reports
|
|
as undefined symbol
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Upstream-Status: Pending
|
|
|
|
Index: libc/nss/getent.c
|
|
===================================================================
|
|
--- libc.orig/nss/getent.c 2012-03-09 09:41:57.099581559 -0800
|
|
+++ libc/nss/getent.c 2012-03-09 09:42:13.095582334 -0800
|
|
@@ -898,7 +898,7 @@
|
|
D(group)
|
|
D(gshadow)
|
|
DN(hosts)
|
|
-D(initgroups)
|
|
+DN(initgroups)
|
|
DN(netgroup)
|
|
DN(networks)
|
|
D(passwd)
|