summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.19/initgroups_keys.patch
blob: be29856b0313b75237bfe3fb3c6a276a5dc3beb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)