From: Benda Xu Date: Wed, 21 Feb 2018 01:56:51 +0000 (+0900) Subject: profiles/f/p/s/kernel-2.6.16+: mask PIE. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b746bc3e9dffac056b7576071ecba7fee79910ee;p=gentoo.git 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. --- 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 000000000000..9ddfe805a613 --- /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 (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