Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sat, 22 Jan 2022 00:30:48
Message-Id: 1642811431.21291604f11ca175872193a0cd009ca72711f3e3.dilfridge@gentoo
1 commit: 21291604f11ca175872193a0cd009ca72711f3e3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 00:24:09 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 00:30:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21291604
7
8 profiles/base/use.mask: Mask prelink
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/base/use.mask | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
16 index c6a22bb1577f..982071c4ee63 100644
17 --- a/profiles/base/use.mask
18 +++ b/profiles/base/use.mask
19 @@ -4,6 +4,11 @@
20 # This file is only for generic masks. For arch-specific masks (i.e.
21 # mask everywhere, unmask on arch/*) use arch/base.
22
23 +# Andreas K. Hüttel <dilfridge@g.o> (2022-01-22)
24 +# Prelink support is being removed from glibc, and has been
25 +# somewhat broken for a while already
26 +prelink
27 +
28 # Sam James <sam@g.o> (2022-01-12)
29 # PCH has proven itself to be unreliable and lead to spurious build
30 # failures. Masking so users aren't exposed to such failures without opting-in.