From 3927a9d8101463f4dc9f0cafdfe6712b9e3e1b43 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Tue, 21 Sep 2004 22:46:11 +0000 Subject: forgot to elibtoolize. oops. --- eclass/toolchain.eclass | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'eclass/toolchain.eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 4b2668612c2f..5f56e2f272ba 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.17 2004/09/15 18:05:24 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.18 2004/09/21 22:46:11 lv Exp $ # # This eclass should contain general toolchain-related functions that are # expected to not change, or change much. -inherit eutils versionator +inherit eutils versionator libtool ECLASS=toolchain INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the ${ECLASS} eclass" @@ -321,6 +321,10 @@ gcc_quick_unpack() { unpack ${PIE_CORE} fi + # Fixup libtool to correctly generate .la files with portage + cd ${S} + elibtoolize --portage --shallow + popd > /dev/null } -- cgit v1.2.3-65-gdbad