]> git.ipfire.org Git - thirdparty/glibc.git/commit
localedef: Handle symbolic links when generating locale-archive
authorArjun Shankar <arjun@redhat.com>
Thu, 24 Feb 2022 20:43:09 +0000 (21:43 +0100)
committerArjun Shankar <arjun@redhat.com>
Thu, 24 Feb 2022 21:45:05 +0000 (22:45 +0100)
commitea89d5bbd9e5e514b606045d909e6ab87d851c88
tree517a0a057ba92ca24c725a76cf0e796cc5aa8968
parent89377d41d73b59a5b8c781fe08df99df0a470fac
localedef: Handle symbolic links when generating locale-archive

Whenever locale data for any locale included symbolic links, localedef
would throw the error "incomplete set of locale files" and exclude it
from the generated locale archive.  This commit fixes that.

Co-authored-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
locale/programs/locarchive.c