diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-05 03:17:54 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-05 03:17:54 +0000 |
commit | 83a00351c8f36d2ed7f6090b3a3ec9eb7feba6be (patch) | |
tree | f146d8a85657e084cd94dda5ae8d50b0b8cb8be5 | |
parent | Move back to unstable #66449. (Manifest recommit) (diff) | |
download | gentoo-2-83a00351c8f36d2ed7f6090b3a3ec9eb7feba6be.tar.gz gentoo-2-83a00351c8f36d2ed7f6090b3a3ec9eb7feba6be.tar.bz2 gentoo-2-83a00351c8f36d2ed7f6090b3a3ec9eb7feba6be.zip |
nomalloccheck
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 07d9a7eb7b88..e7effbd9f631 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.712 2004/11/04 14:25:54 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.713 2004/11/05 03:17:54 lv Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -630,6 +630,7 @@ sys-libs/glibc:n32 - Enable n32 ABI support on mips sys-libs/glibc:n64 - Enable n64 ABI support on mips sys-libs/glibc:nptlonly - Disables building the linuxthreads fallback in glibc ebuilds that support building both linuxthreads and nptl. sys-libs/glibc:userlocales - build only the locales specified in /etc/locales.build +sys-libs/glibc:nomalloccheck - default to not performing some sanity checks that prevent and detect data corruption. this removes the small overhead introduced by the check. sys-libs/pam:pwdb - If you want pam_pwdb.so installed to use pwdb as passwd db www-apps/horde-passwd:clearpasswd - Enables cleartext password storage in the vpopmail files www-apps/nut:cgi - Add CGI script support |