diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-06-14 02:08:22 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-06-14 02:08:22 +0000 |
commit | 3ee2d857a01da8e6683592c2e7d3229b7e2a0d22 (patch) | |
tree | 46a2ac0cedcc238b04e6950f7f7ebfb44a14fdd2 /profiles | |
parent | added potential fix for building nptl with a hardened toolchain and did a few... (diff) | |
download | gentoo-2-3ee2d857a01da8e6683592c2e7d3229b7e2a0d22.tar.gz gentoo-2-3ee2d857a01da8e6683592c2e7d3229b7e2a0d22.tar.bz2 gentoo-2-3ee2d857a01da8e6683592c2e7d3229b7e2a0d22.zip |
Add USE=pie hardened
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/x86/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/x86/make.defaults b/profiles/hardened/x86/make.defaults index ace86a70fb7a..c912c2f4da49 100644 --- a/profiles/hardened/x86/make.defaults +++ b/profiles/hardened/x86/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.3 2004/03/19 15:19:11 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/make.defaults,v 1.4 2004/06/14 02:08:22 tseng Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" -GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" -USE="x86 hardened berkdb crypt readline nls ssl tcpd zlib pam pic" +GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened" +USE="x86 hardened berkdb crypt readline nls ssl tcpd zlib pam pic pie hardened" |