diff options
author | Christian Heim <phreak@gentoo.org> | 2007-06-28 11:24:00 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-06-28 11:24:00 +0000 |
commit | 88f68012d888a93109ab134c93b3b835c38b994a (patch) | |
tree | 4959af72a9e0c6e55da72bad6d77a7cd6bb2624d /profiles | |
parent | Remove unneeded patch (diff) | |
download | gentoo-2-88f68012d888a93109ab134c93b3b835c38b994a.tar.gz gentoo-2-88f68012d888a93109ab134c93b3b835c38b994a.tar.bz2 gentoo-2-88f68012d888a93109ab134c93b3b835c38b994a.zip |
Adding nptl to the amd64 make.defaults.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/amd64/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/amd64/make.defaults b/profiles/hardened/amd64/make.defaults index a0f447477044..48a797dc9145 100644 --- a/profiles/hardened/amd64/make.defaults +++ b/profiles/hardened/amd64/make.defaults @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.13 2007/04/13 18:27:37 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.14 2007/06/28 11:24:00 phreak Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" -USE="${ARCH} berkdb crypt hardened justify nls pam pic readline ssl tcpd zlib" +USE="${ARCH} berkdb crypt hardened justify nls nptl pam pic readline ssl tcpd zlib" MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" |