diff options
author | Ned Ludd <solar@gentoo.org> | 2008-01-02 02:53:41 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-01-02 02:53:41 +0000 |
commit | 9cf0892c695b487df0066c5969d257af336fd925 (patch) | |
tree | 7f86f9fe676dbca86b014b8e3a2c3c35172a009e /profiles/hardened | |
parent | add built_with_use on cairo to ensure it is built with svg (diff) | |
download | gentoo-2-9cf0892c695b487df0066c5969d257af336fd925.tar.gz gentoo-2-9cf0892c695b487df0066c5969d257af336fd925.tar.bz2 gentoo-2-9cf0892c695b487df0066c5969d257af336fd925.zip |
- pch is not compat with ASLR
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/use.mask | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/hardened/use.mask b/profiles/hardened/use.mask index 54d6e6743c87..b5059f1f9545 100644 --- a/profiles/hardened/use.mask +++ b/profiles/hardened/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.19 2007/07/27 02:20:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.20 2008/01/02 02:53:41 solar Exp $ emul-linux-x86 @@ -17,5 +17,8 @@ cman # tcc is x86-only tcc +# precompiled headers are not compat with ASLR. +pch + # we love this stuff -hardened |