diff options
author | Ned Ludd <solar@gentoo.org> | 2004-01-10 10:19:39 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-01-10 10:19:39 +0000 |
commit | 6cf9c2df9f9ac2ac40d12ed31dcccdcc3864a686 (patch) | |
tree | 3bf8137d65d56c1243c766f0a9fabc23293a182a /profiles/hardened-x86-1.4 | |
parent | Added a patch to enable the crypto api. Closes #37534. (diff) | |
download | gentoo-2-6cf9c2df9f9ac2ac40d12ed31dcccdcc3864a686.tar.gz gentoo-2-6cf9c2df9f9ac2ac40d12ed31dcccdcc3864a686.tar.bz2 gentoo-2-6cf9c2df9f9ac2ac40d12ed31dcccdcc3864a686.zip |
add pic flag for glibc
Diffstat (limited to 'profiles/hardened-x86-1.4')
-rw-r--r-- | profiles/hardened-x86-1.4/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened-x86-1.4/make.defaults b/profiles/hardened-x86-1.4/make.defaults index baa72a80474d..a30999f1b0d0 100644 --- a/profiles/hardened-x86-1.4/make.defaults +++ b/profiles/hardened-x86-1.4/make.defaults @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened-x86-1.4/make.defaults,v 1.9 2003/12/15 14:32:15 zhen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened-x86-1.4/make.defaults,v 1.10 2004/01/10 10:19:39 solar Exp $ # System-wide defaults for the gcc 3.2.3 Portage system -GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam" +GRP_STAGE23_USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" # <zhen@gentoo.org> defaults for a hardened system # <zhen@gentoo.org> pam added until bug 10135 is fixed -USE="x86 berkdb crypt readline nls ssl tcpd zlib pam" +USE="x86 berkdb crypt readline nls ssl tcpd zlib pam pic" ARCH="x86" COMPILER="gcc3" |