diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-07-06 01:10:42 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-07-06 01:10:42 +0000 |
commit | 92e3ae256c49645ac586f4ae9f4a3cff0dd66bfe (patch) | |
tree | 2a106506556a3b7a39c713e1bf3414e234a5cbc7 /profiles/hardened | |
parent | Mask dev-java/cacao. (diff) | |
download | gentoo-2-92e3ae256c49645ac586f4ae9f4a3cff0dd66bfe.tar.gz gentoo-2-92e3ae256c49645ac586f4ae9f4a3cff0dd66bfe.tar.bz2 gentoo-2-92e3ae256c49645ac586f4ae9f4a3cff0dd66bfe.zip |
Add sysfs USE flag to hardened/linux/make.defaults - diff between 2008.0
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults index 6214f0ee9cfe..3e89224ea480 100644 --- a/profiles/hardened/linux/make.defaults +++ b/profiles/hardened/linux/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.6 2009/03/27 02:18:25 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.7 2009/07/06 01:10:42 gengor Exp $ STAGE1_USE="hardened nptl nptlonly pic" # Can perhaps allow openmp when >gcc-4.2 is stable -USE="-fortran -openmp -ipv6 -nls hardened pic urandom" +USE="-fortran -openmp -ipv6 -nls hardened pic sysfs urandom" |