summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-28 06:06:28 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-28 06:06:28 +0000
commit54ee51a867bb138f9e9d0aa007babaa017da4bde (patch)
tree6e938352607523518aa478fd567d577d82ac3bea /sys-devel/crossdev/files
parentset the config static flag on the cmdline rather than forcing LDFLAGS #160879 (diff)
downloadhistorical-54ee51a867bb138f9e9d0aa007babaa017da4bde.tar.gz
historical-54ee51a867bb138f9e9d0aa007babaa017da4bde.tar.bz2
historical-54ee51a867bb138f9e9d0aa007babaa017da4bde.zip
fix LCAT for dietlibc as pointed out by Scott Dial
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-devel/crossdev/files')
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
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";;