commit: b746bc3e9dffac056b7576071ecba7fee79910ee Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Wed Feb 21 01:56:51 2018 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Wed Feb 21 02:00:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b746bc3e
profiles/f/p/s/kernel-2.6.16+: mask PIE. We cannot support PIE on linux-2.6.16 unless we know how to build glibc-2.19 with PIE. .../features/prefix/standalone/kernel-2.6.16+/package.use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask new file mode 100644 index 00000000000..9ddfe805a61 --- /dev/null +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Benda Xu <hero...@gentoo.org> (Feb 21, 2018) +# We are on an old kernel that only glibc-2.19 is supported. That glibc does +# not build with PIE enabled. glibc-2.19 and linux-2.6.16 is end of life +# anyway, so we don't care about security. +sys-devel/gcc pie