commit: 1674ecf284921df2ff5f794e287ade3ce080fb92 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Apr 11 08:24:12 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Apr 11 08:25:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1674ecf2
profiles/features/musl/package.mask: mask prelink Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/717020 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 877629283fa..c4c7bc96159 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <[email protected]> (2020-04-11) +# musl has no support for prelinked sections, bug #717020 +sys-devel/prelink + # Ulrich Müller (2020-03-31) # Not ported to musl, bug #715642. # See https://wiki.gentoo.org/wiki/Project:Emacs/Emacs-like_editors
