aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-11-14 09:03:55 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-11-27 09:20:16 +0100
commit35b44a3ef4b361865cfaf5e2b490cda4158368c5 (patch)
treeaa229c233abdd0c5d2f3bbe9c965b9311c11f500 /meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch
parent4ddc6d843dabc49d72d371a2dfdbe54840a0c0ca (diff)
(e)glibc: update eglibc-linaro 2.19 to glibc-linaro 2.20
Change-Id: Ied7ba9d745bf3a1fdb5d9878285bc1794c1bc010 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch')
-rw-r--r--meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch b/meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch
new file mode 100644
index 00000000..32aa15a5
--- /dev/null
+++ b/meta-linaro-toolchain/recipes-core/glibc/glibc-linaro-2.20/initgroups_keys.patch
@@ -0,0 +1,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)