diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-28 06:06:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-28 06:06:28 +0000 |
commit | f2b1b6978cff0f6fc6d857d8f2f454ec485d789c (patch) | |
tree | 0b2ebeacc404c163ed24bbfd8c5c9eb10da48127 /sys-devel/crossdev | |
parent | set the config static flag on the cmdline rather than forcing LDFLAGS #160879 (diff) | |
download | gentoo-2-f2b1b6978cff0f6fc6d857d8f2f454ec485d789c.tar.gz gentoo-2-f2b1b6978cff0f6fc6d857d8f2f454ec485d789c.tar.bz2 gentoo-2-f2b1b6978cff0f6fc6d857d8f2f454ec485d789c.zip |
fix LCAT for dietlibc as pointed out by Scott Dial
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index ecae0198eb1f..5c5cdcd9df07 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.89 2007/03/20 00:46:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.90 2007/03/28 06:06:28 vapier Exp $ cd / umask 0022 #159111 @@ -190,7 +190,7 @@ parse_target() { # Tweak packages based upon CTARGET case ${CTARGET} in # Normal Linux host, just diff libc - *-dietlibc) LPKG="dietlibc";; + *-dietlibc) LPKG="dietlibc"; LCAT="dev-libs";; *-gnu*) LPKG="glibc";; *-klibc) LPKG="klibc";; *-uclibc*) LPKG="uclibc";; |