diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-30 02:08:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-30 02:08:08 +0000 |
commit | 6f18f9dc4cadd95447e1902eeade1bc2863a1a92 (patch) | |
tree | ba44a9b2938e0acb559ddffa30ec80322729243f /sys-libs/glibc/glibc-2.3.5.20050722.ebuild | |
parent | Version bump, bug #104132. Initially in package.mask, needs testing on AFS an... (diff) | |
download | gentoo-2-6f18f9dc4cadd95447e1902eeade1bc2863a1a92.tar.gz gentoo-2-6f18f9dc4cadd95447e1902eeade1bc2863a1a92.tar.bz2 gentoo-2-6f18f9dc4cadd95447e1902eeade1bc2863a1a92.zip |
tweak cross-compiling glibc --with-headers option
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5.20050722.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5.20050722.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5.20050722.ebuild b/sys-libs/glibc/glibc-2.3.5.20050722.ebuild index db85b609622b..a4689c99a62d 100644 --- a/sys-libs/glibc/glibc-2.3.5.20050722.ebuild +++ b/sys-libs/glibc/glibc-2.3.5.20050722.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.20050722.ebuild,v 1.10 2005/08/21 04:25:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050722.ebuild,v 1.11 2005/08/30 02:08:08 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -902,7 +902,7 @@ glibc_do_configure() { --host=${CTARGET_OPT:-${CTARGET}} $(use_enable profile) --without-gd - --with-headers=$(alt_headers) + --with-headers=${ROOT}$(alt_headers) --prefix=$(alt_prefix) --mandir=$(alt_prefix)/share/man --infodir=$(alt_prefix)/share/info |