summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-11-18 03:49:32 +0000
committerMike Frysinger <vapier@gentoo.org>2007-11-18 03:49:32 +0000
commitb636aee19c85c7023ac3eaf02a6c411bfaf7c6ae (patch)
tree5312463b9ec92af3fda9becf194f653ae3da63f1 /sys-libs/glibc/glibc-2.6.1.ebuild
parentcheck user CFLAGS so that we force -march= to match $CHOST (diff)
downloadhistorical-b636aee19c85c7023ac3eaf02a6c411bfaf7c6ae.tar.gz
historical-b636aee19c85c7023ac3eaf02a6c411bfaf7c6ae.tar.bz2
historical-b636aee19c85c7023ac3eaf02a6c411bfaf7c6ae.zip
Build gd-based helper tools when USE=gd #198381.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sys-libs/glibc/glibc-2.6.1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.6.1.ebuild b/sys-libs/glibc/glibc-2.6.1.ebuild
index 504eb1ee1e99..7d590e8bc1a4 100644
--- a/sys-libs/glibc/glibc-2.6.1.ebuild
+++ b/sys-libs/glibc/glibc-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.16 2007/11/11 20:12:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.1.ebuild,v 1.17 2007/11/18 03:49:31 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -26,7 +26,7 @@ NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl require
[[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
-IUSE="debug nls hardened multilib selinux glibc-omitfp profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
+IUSE="debug gd nls hardened multilib selinux glibc-omitfp profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
S=${WORKDIR}/glibc-${RELEASE_VER}
# Here's how the cross-compile logic breaks down ...