diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-22 01:24:09 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-22 01:30:31 +0100 |
commit | 21291604f11ca175872193a0cd009ca72711f3e3 (patch) | |
tree | d761aa058c2fee3651c2862c6d0c6ebb461cbfaf /profiles | |
parent | app-admin/fluentd: remove vulnerable versions (diff) | |
download | gentoo-21291604f11ca175872193a0cd009ca72711f3e3.tar.gz gentoo-21291604f11ca175872193a0cd009ca72711f3e3.tar.bz2 gentoo-21291604f11ca175872193a0cd009ca72711f3e3.zip |
profiles/base/use.mask: Mask prelink
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 <dilfridge@gentoo.org> (2022-01-22) +# Prelink support is being removed from glibc, and has been +# somewhat broken for a while already +prelink + # Sam James <sam@gentoo.org> (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. |