diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-16 06:12:29 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-16 06:12:29 +0000 |
commit | 602361a76bcab0d66aa0c0ea6d4049e1ac5031b6 (patch) | |
tree | 99dd78b719ce70125664cb00dab4f2ea2eab6d76 /profiles/hardened | |
parent | Stable on ppc; bug #133299 (diff) | |
download | historical-602361a76bcab0d66aa0c0ea6d4049e1ac5031b6.tar.gz historical-602361a76bcab0d66aa0c0ea6d4049e1ac5031b6.tar.bz2 historical-602361a76bcab0d66aa0c0ea6d4049e1ac5031b6.zip |
Added dlloader to USE - bug #133427, thanks to BlaisorBlade for pointing it out.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/amd64/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/amd64/make.defaults b/profiles/hardened/amd64/make.defaults index 9d1c6047fb85..bc7910c9dc99 100644 --- a/profiles/hardened/amd64/make.defaults +++ b/profiles/hardened/amd64/make.defaults @@ -1,11 +1,11 @@ # 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.9 2005/07/09 23:30:07 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/make.defaults,v 1.10 2006/05/16 06:12:29 kevquinn Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" -GRP_STAGE23_USE="${ARCH} berkdb crypt readline ssl tcpd zlib pam pic hardened nls justify userlocales" -USE="${ARCH} berkdb crypt readline ssl tcpd zlib pam pic hardened nls justify userlocales" +GRP_STAGE23_USE="${ARCH} berkdb crypt hardened justify nls pam pic readline ssl userlocales tcpd zlib" +USE="${ARCH} berkdb crypt dlloader hardened justify nls pam pic readline ssl tcpd userlocales zlib" MULTILIB_ABIS="amd64" DEFAULT_ABI="amd64" ABI="amd64" |