Re: [PATCH v7 1/1] ldconfig: add --install option
Adhemerval Zanella Netto <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 07/07/26 16:05, DJ Delorie wrote: > Adhemerval Zanella Netto <[email protected]> writes: >> On 30/06/26 18:28, DJ Delorie wrote: >>> Add --install option, which copies a pre-built ld.so.cache into place, >>> honoring the cache and root options and defaults. This gives the user >>> a canonical "correct" way to install a pre-built cache without risk >>> of a program trying to load a partially-written file. >>> >>> Co-authored-by: Adhemerval Zanella Netto <[email protected]> >> >> This version looks good to me, thanks. >> >> Reviewed-by: Adhemerval Zanella <[email protected]> > > Thanks! > > I'm assuming this is a post-2.44 patch, yes? > It should be doable for 2.44 if Andreas is OK with this.