summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-06-23 00:48:43 +0000
committerMike Frysinger <vapier@gentoo.org>2008-06-23 00:48:43 +0000
commit40e7d077005101588c6519e91aa567ac294e4c61 (patch)
tree5942873aefae29f920bb68ed00568451f9be4580 /sys-libs/glibc/glibc-2.8_p20080602.ebuild
parentVersion bump <http://my.opera.com/desktopteam/blog/2008/06/20/towards-9-51>. ... (diff)
downloadgentoo-2-40e7d077005101588c6519e91aa567ac294e4c61.tar.gz
gentoo-2-40e7d077005101588c6519e91aa567ac294e4c61.tar.bz2
gentoo-2-40e7d077005101588c6519e91aa567ac294e4c61.zip
Add workaround for still broken #133327 / #228907.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.8_p20080602.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.8_p20080602.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.8_p20080602.ebuild b/sys-libs/glibc/glibc-2.8_p20080602.ebuild
index 05c6087528af..e5d773e1959a 100644
--- a/sys-libs/glibc/glibc-2.8_p20080602.ebuild
+++ b/sys-libs/glibc/glibc-2.8_p20080602.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.5 2008/06/22 17:39:55 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.6 2008/06/23 00:48:43 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -31,7 +31,7 @@ LT_VER="" # version of linuxthreads addon
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires
#LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires
-IUSE="debug gd glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla ${LT_VER:+glibc-compat20 nptl nptlonly}"
+IUSE="debug gd glibc-omitfp glibc-compat20 hardened multilib nls selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl nptlonly}"
S=${WORKDIR}/glibc-${RELEASE_VER}${SNAP_VER+-${SNAP_VER}}
# Here's how the cross-compile logic breaks down ...