--- /root/tmp/heimdal/heimdal-0.6.3.ebuild 2004-09-13 17:40:34.000000000 +0200 +++ heimdal-0.6.3.ebuild 2004-09-13 23:44:52.676560589 +0200 @@ -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" @@ -53,9 +53,9 @@ && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" \ || myconf="${myconf} --without-krb4" - use ldap && myconf="${myconf} --with-open-ldap=/usr" + use ldap && myconf="${myconf} --with-openldap=/usr" - append-ldflags -Wl,-z + append-ldflags -Wl,-z,now econf ${myconf} || die "econf failed" emake || die