commit:     da2ac9de36ec6e0d78264edf750333907f06d3b6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 09:37:34 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 09:40:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2ac9de

profiles: Remove USE=prelink masks

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/base/use.mask                | 5 -----
 profiles/features/hardened/use.mask   | 5 +----
 profiles/hardened/linux/musl/use.mask | 3 ---
 3 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 185aa6b80bea..c781a10f9857 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,11 +4,6 @@
 # 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 <dilfri...@gentoo.org> (2022-01-22)
-# Prelink support is being removed from glibc, and has been
-# somewhat broken for a while already
-prelink
-
 # Sam James <s...@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.

diff --git a/profiles/features/hardened/use.mask 
b/profiles/features/hardened/use.mask
index 1b90677af3d8..7a452f2323c2 100644
--- a/profiles/features/hardened/use.mask
+++ b/profiles/features/hardened/use.mask
@@ -1,10 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 -hardened
 
 # precompiled headers are not compat with ASLR.
 pch
-
-# prelink is masked for hardened
-prelink

diff --git a/profiles/hardened/linux/musl/use.mask 
b/profiles/hardened/linux/musl/use.mask
index c294cc126a42..a98fea1d4e7b 100644
--- a/profiles/hardened/linux/musl/use.mask
+++ b/profiles/hardened/linux/musl/use.mask
@@ -9,8 +9,5 @@ elibc_glibc
 # precompiled headers are not compat with ASLR.
 pch
 
-# prelink is masked for hardened
-prelink
-
 # profile are incompatible when linking with pie
 profile

Reply via email to