Index: heimdal-0.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v retrieving revision 1.1 diff -u -b -B -w -p -r1.1 heimdal-0.6.3.ebuild --- heimdal-0.6.3.ebuild 13 Sep 2004 15:40:34 -0000 1.1 +++ heimdal-0.6.3.ebuild 13 Sep 2004 21:03:15 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.1 2004/09/13 15:40:34 dragonheart Exp $ -inherit libtool eutils +inherit libtool eutils flag-o-matic DESCRIPTION="Kerberos 5 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz" @@ -55,7 +55,7 @@ src_compile() { use ldap && myconf="${myconf} --with-open-ldap=/usr" - append-ldflags -Wl,-z + append-ldflags -Wl,-z,now econf ${myconf} || die "econf failed" emake || die