diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-03 22:30:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-03 22:30:13 +0000 |
commit | b5881564447e8d72cc2adb0295468e6884da5bd3 (patch) | |
tree | 80565cf4502748eea09fb72ed78be30e2853f2a5 /eclass | |
parent | Fix digest with bad RMD160 from broken pycrypto on ia64 (diff) | |
download | gentoo-2-b5881564447e8d72cc2adb0295468e6884da5bd3.tar.gz gentoo-2-b5881564447e8d72cc2adb0295468e6884da5bd3.tar.bz2 gentoo-2-b5881564447e8d72cc2adb0295468e6884da5bd3.zip |
Run elibtoolize before econf so that libtool patches gets applied.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index bd1d9cdae8b0..c9cbb10a4184 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.144 2006/01/30 13:24:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.145 2006/02/03 22:30:13 flameeyes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # # Revisions Caleb Tennis <caleb@gentoo.org> # The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here. -inherit base eutils kde-functions flag-o-matic +inherit base eutils kde-functions flag-o-matic libtool DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://www.kde.org/" IUSE="debug arts xinerama" @@ -165,6 +165,7 @@ kde_src_compile() { --with-extra-libs=${KDEDIR}/$(get_libdir)" fi + elibtoolize econf \ ${myconf} \ || die "died running ./configure, $FUNCNAME:configure" |