summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-06-09 12:54:09 +0000
committerChristian Heim <phreak@gentoo.org>2007-06-09 12:54:09 +0000
commit44f84b6f314b9f906e3c997b5fddd4c0689a8ffc (patch)
tree5e027a821ad38071466c6907776fb925d2f51d5e /profiles/hardened
parentfixes bug #110817 and bug #180971. (diff)
downloadhistorical-44f84b6f314b9f906e3c997b5fddd4c0689a8ffc.tar.gz
historical-44f84b6f314b9f906e3c997b5fddd4c0689a8ffc.tar.bz2
historical-44f84b6f314b9f906e3c997b5fddd4c0689a8ffc.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.defaults4
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"