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>
Wed, 3 May 2023 10:49:30 +0000 (19:49 +0900)
commit7eba555cc6ab982c87916091c850ea7f4b1247e5
tree218bc6b97da9867557f94aff7cb13143b9197eb8
parent82d0c28ede89500babb1b922b21d41893ea90d7e
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