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 | 3e81079e9918a32c6bcec37505287982db6c970b (patch) | |
tree | 65dcdbc25e24556f2b888bb8f63300924c0bc4f1 /profiles/hardened | |
parent | add built_with_use on cairo to ensure it is built with svg (diff) | |
download | historical-3e81079e9918a32c6bcec37505287982db6c970b.tar.gz historical-3e81079e9918a32c6bcec37505287982db6c970b.tar.bz2 historical-3e81079e9918a32c6bcec37505287982db6c970b.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 |