View | Details | Raw Unified
Collapse All | Expand All

(-) heimdal-0.6.3.ebuild (-2 / +2 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# 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 $
# $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"
DESCRIPTION="Kerberos 5 implementation from KTH"
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
 Lines 55-61   src_compile() { Link Here 
	use ldap && myconf="${myconf} --with-open-ldap=/usr"
	use ldap && myconf="${myconf} --with-open-ldap=/usr"
	append-ldflags -Wl,-z
	append-ldflags -Wl,-z,now
	econf ${myconf} || die "econf failed"
	econf ${myconf} || die "econf failed"
	emake		|| die
	emake		|| die