tizen: Use getline() when building nss_optfiles
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 21 Jul 2022 21:02:23 +0000 (23:02 +0200)
committerDongkyun Son <dongkyun.s@samsung.com>
Tue, 5 Mar 2024 09:15:39 +0000 (18:15 +0900)
commit8d1f423fbd290c4f654a1f9fd4f8e47b58091ad2
tree66c224322ac63c11cd4211c10e5d940c3e1225b7
parentd42fc9c9164e850ed6dce77ebf1b2ccb6883eb91
tizen: Use getline() when building nss_optfiles

After moving to libc (6212bb67f4 "nss_files: Move into libc") started
using __getline() (0e1f068108 "Fix linknamespace errors and
local-plt-usages in nss_files.") which is not available when building
nss_optfiles as a module.

Change-Id: I1e7443bcb64b6c63c8d47b53afdc3e8916702416
Fixes: 0b9125e2a3 ("tizen: Add optfiles nss module")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
nss/nss_files/files-initgroups.c