This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH BZ #23668] Default to the new format for ld.so.cache
- From: Josh Triplett <josh at joshtriplett dot org>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 19 Sep 2018 13:37:44 -0700
- Subject: Re: [PATCH BZ #23668] Default to the new format for ld.so.cache
- References: <20180919014833.GA18964@localhost> <87k1nh46w2.fsf@oldenburg.str.redhat.com>
On Wed, Sep 19, 2018 at 09:35:57PM +0200, Florian Weimer wrote:
> Josh Triplett <josh@joshtriplett.org> writes:
>
> > glibc has supported this format for 18+ years.
> >
> > Reorder conditionals to look for the new format first.
> >
> > [BZ #23668]
> > * elf/ldconfig.c: Default to the new format for ld.so.cache. glibc has
> > supported this format for 18+ years.
> > * elf/dl-cache.c (_dl_load_cache_lookup): Reorder conditionals to look
> > for the new format first.
>
> Josh, do you know if any distribution has been using this format by
> default?
Clear is using it by default, and I'm currently working on getting
Debian doing so.