diff options
author | Christian Heim <phreak@gentoo.org> | 2007-06-09 12:54:09 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-06-09 12:54:09 +0000 |
commit | e752fcc0b22c2ed62a62f071eb402a142d75b1de (patch) | |
tree | 0f3889b0801f15dd49a1e9a53091e947edaf0466 /profiles/hardened | |
parent | fixes bug #110817 and bug #180971. (diff) | |
download | gentoo-2-e752fcc0b22c2ed62a62f071eb402a142d75b1de.tar.gz gentoo-2-e752fcc0b22c2ed62a62f071eb402a142d75b1de.tar.bz2 gentoo-2-e752fcc0b22c2ed62a62f071eb402a142d75b1de.zip |
Adding USE=nptl to our default USE, since sys-libs/glibc-2.5* is stable now.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/x86/2.6/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/x86/2.6/make.defaults b/profiles/hardened/x86/2.6/make.defaults index ccf1a1fe8d38..466e5b143e65 100644 --- a/profiles/hardened/x86/2.6/make.defaults +++ b/profiles/hardened/x86/2.6/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/make.defaults,v 1.10 2007/02/20 22:43:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/make.defaults,v 1.11 2007/06/09 12:54:09 phreak Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" @@ -9,4 +9,4 @@ CHOST="i386-pc-linux-gnu" CFLAGS="-O2 -mcpu=i386 -pipe -fforce-addr" CXXFLAGS="${CFLAGS}" -USE="berkdb crypt hardened nls pam pic readline ssl tcpd zlib" +USE="berkdb crypt hardened nls nptl pam pic readline ssl tcpd zlib" |