summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/initgroups_keys.patch
blob: 32aa15a533155be5781dd61d71c38673af43f9f3 (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: git/nss/getent.c
===================================================================
--- git.orig/nss/getent.c	2014-08-27 05:15:25.996070587 +0000
+++ git/nss/getent.c	2014-08-27 05:16:00.048070587 +0000
@@ -879,7 +879,7 @@
 D(group)
 D(gshadow)
 D(hosts)
-D(initgroups)
+DN(initgroups)
 D(netgroup)
 D(networks)
 D(passwd)