diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-01-18 14:53:59 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-01-18 14:53:59 +0000 |
commit | c7a0ca5738a6f2e93af4b2aeadacd73381ce7bbd (patch) | |
tree | c3ed2985aa8678844f884ffa64f740bd8a01ee8a /app-crypt | |
parent | Fixed fpx compile problems (diff) | |
download | gentoo-2-c7a0ca5738a6f2e93af4b2aeadacd73381ce7bbd.tar.gz gentoo-2-c7a0ca5738a6f2e93af4b2aeadacd73381ce7bbd.tar.bz2 gentoo-2-c7a0ca5738a6f2e93af4b2aeadacd73381ce7bbd.zip |
Added a second call to elibtoolize to fix bug 73140, as requested by seemant.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 0ed13adfed34..ebb1a5833b18 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.57 2005/01/02 19:21:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.58 2005/01/18 14:53:59 cryos Exp $ + + 18 Jan 2005; Marcus Hanwell <cryos@gentoo.org> heimdal-0.6.3-r1.ebuild: + Added a second call to elibtoolize to fix bug 73140, as requested by seemant. 02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-crypt/heimdal/heimdal-0.6.3-r1.ebuild b/app-crypt/heimdal/heimdal-0.6.3-r1.ebuild index 6031294b11ce..8a8440ad95ef 100644 --- a/app-crypt/heimdal/heimdal-0.6.3-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3-r1.ebuild,v 1.4 2005/01/01 12:31:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3-r1.ebuild,v 1.5 2005/01/18 14:53:59 cryos Exp $ inherit libtool eutils @@ -61,6 +61,9 @@ src_compile() { use ldap && myconf="${myconf} --with-openldap=/usr" + # Adding a second call to elibtoolize to fix bug 73140 + elibtoolize + econf ${myconf} || die "econf failed" emake || die } |