diff options
author | 2005-07-04 08:23:12 +0000 | |
---|---|---|
committer | 2005-07-04 08:23:12 +0000 | |
commit | 3c5b46fbe3871c4095d79798974465f2725d032c (patch) | |
tree | 21eba42b1928233d3bf775899e5fc86af2259a28 /sys-libs/glibc | |
parent | arm stable and punt nomalloccheck USE flag (diff) | |
download | gentoo-2-3c5b46fbe3871c4095d79798974465f2725d032c.tar.gz gentoo-2-3c5b46fbe3871c4095d79798974465f2725d032c.tar.bz2 gentoo-2-3c5b46fbe3871c4095d79798974465f2725d032c.zip |
punt nomalloccheck USE flag
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5.20050421.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild index 75e0f47b865b..f7668bb2c0ee 100644 --- a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild +++ b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.17 2005/06/16 12:06:52 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.18 2005/07/04 08:23:12 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -49,7 +49,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -IUSE="nls pic build nptl nptlonly erandom hardened debug userlocales nomalloccheck multilib" +IUSE="nls pic build nptl nptlonly erandom hardened debug userlocales multilib" export CBUILD=${CBUILD:-${CHOST}} export CTARGET=${CTARGET:-${CHOST}} @@ -1194,8 +1194,6 @@ src_unpack() { ;; esac - use nomalloccheck || GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 5020_all_nomalloccheck.patch" - toolchain-glibc_src_unpack case $(tc-arch) in |