diff options
author | Magnus Granberg <zorry@gentoo.org> | 2012-03-13 23:22:23 +0000 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2012-03-13 23:22:23 +0000 |
commit | ad019319d591b544849c67fa29a87887263542be (patch) | |
tree | 19fab73ac15ee455e6f8b2ce7c234436483295a7 /profiles | |
parent | Stable for HPPA (bug #407947). (diff) | |
download | historical-ad019319d591b544849c67fa29a87887263542be.tar.gz historical-ad019319d591b544849c67fa29a87887263542be.tar.bz2 historical-ad019319d591b544849c67fa29a87887263542be.zip |
Mask use profile in hardened profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/hardened/linux/use.mask | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 413d0781f6a3..2bc12e8f327e 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6307 2012/03/13 13:54:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6308 2012/03/13 23:22:23 zorry Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 14 Mar 2012; Magnus Granberg <zorry@gentoo.org> hardened/linux/use.mask + Mask the profile use flag for it don't work with PIE + 13 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> updates/1Q-2012: Move frescobaldi back from SLOT="4" to SLOT="0". diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask index 4e6e8e3c3d2a..26d300e9cadd 100644 --- a/profiles/hardened/linux/use.mask +++ b/profiles/hardened/linux/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.13 2012/02/07 01:29:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.14 2012/03/13 23:22:23 zorry Exp $ -hardened @@ -18,3 +18,7 @@ prelink # Will continue to break mozilla products on hardend methodjit pgo + +# Gcc option -profile don't work with PIE +profile + |