commit: 21291604f11ca175872193a0cd009ca72711f3e3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jan 22 00:24:09 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 00:30:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21291604
profiles/base/use.mask: Mask prelink Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index c6a22bb1577f..982071c4ee63 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <[email protected]> (2022-01-22) +# Prelink support is being removed from glibc, and has been +# somewhat broken for a while already +prelink + # Sam James <[email protected]> (2022-01-12) # PCH has proven itself to be unreliable and lead to spurious build # failures. Masking so users aren't exposed to such failures without opting-in.
