summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2010-01-03 20:38:03 +0000
committerNed Ludd <solar@gentoo.org>2010-01-03 20:38:03 +0000
commit07b2b1a81f87b6e38dbd25c939e692334e0fb4d8 (patch)
treefc48815e03d9b9f8699676a8290b065785eb0b1e /sys-apps
parentTransfer Prefix keywords (diff)
downloadgentoo-2-07b2b1a81f87b6e38dbd25c939e692334e0fb4d8.tar.gz
gentoo-2-07b2b1a81f87b6e38dbd25c939e692334e0fb4d8.tar.bz2
gentoo-2-07b2b1a81f87b6e38dbd25c939e692334e0fb4d8.zip
- cross compile love. default libtool files try to link with the host libc.so so we call elibtoolize to work the magic
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/ChangeLog8
-rw-r--r--sys-apps/util-linux/util-linux-2.16.2.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 4272db123fe1..19ee6e3e0f28 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.291 2009/12/07 11:09:20 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.292 2010/01/03 20:38:03 solar Exp $
+
+ 03 Jan 2010; <solar@gentoo.org> util-linux-2.16.2.ebuild:
+ - cross compile love. default libtool files try to link with the host
+ libc.so so we call elibtoolize to work the magic
07 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
util-linux-2.16.1.ebuild:
diff --git a/sys-apps/util-linux/util-linux-2.16.2.ebuild b/sys-apps/util-linux/util-linux-2.16.2.ebuild
index 555a0d3ac529..29f25e109a64 100644
--- a/sys-apps/util-linux/util-linux-2.16.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.16.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.ebuild,v 1.2 2009/12/01 04:52:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.ebuild,v 1.3 2010/01/03 20:38:03 solar Exp $
EAPI="2"
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs libtool
[[ ${PV} == "9999" ]] && inherit git autotools
MY_PV=${PV/_/-}
@@ -47,6 +47,7 @@ src_prepare() {
use loop-aes && epatch "${WORKDIR}"/${PN}-2.16.1-loop-aes.patch
fi
use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
+ elibtoolize
}
src_configure() {