[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [2.29 COMMITTED] memusagestat: use local glibc when linking [BZ #18465]



* Florian Weimer:

> From: Mike Frysinger <vapier@gentoo.org>
>
> The memusagestat is the only binary that has its own link line which
> causes it to be linked against the existing installed C library.  It
> has been this way since it was originally committed in 1999, but I
> don't see any reason as to why.  Since we want all the programs we
> build locally to be against the new copy of glibc, change the build
> to be like all other programs.
>
> (cherry picked from commit f9b645b4b0a10c43753296ce3fa40053fa44606a)

I had to rever this because it requires -Wl,-rpath-link= ordering
changes, which are too invasive to backport.  The ordering changes
landed in master in commit a8ff215e56050a907189e713fd449bcafe99ff6b
("Makeconfig: Move -Wl,-rpath-link options before library references").

Florian