Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 61412 | Differences between
and this patch

Collapse All | Expand All

(-)heimdal-0.6.3.ebuild (-2 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.1 2004/09/13 15:40:34 dragonheart Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.1 2004/09/13 15:40:34 dragonheart Exp $
4
4
5
inherit libtool eutils
5
inherit libtool eutils flag-o-matic
6
6
7
DESCRIPTION="Kerberos 5 implementation from KTH"
7
DESCRIPTION="Kerberos 5 implementation from KTH"
8
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
8
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
Lines 55-61 src_compile() { Link Here
55
55
56
	use ldap && myconf="${myconf} --with-open-ldap=/usr"
56
	use ldap && myconf="${myconf} --with-open-ldap=/usr"
57
57
58
	append-ldflags -Wl,-z
58
	append-ldflags -Wl,-z,now
59
	econf ${myconf} || die "econf failed"
59
	econf ${myconf} || die "econf failed"
60
	emake		|| die
60
	emake		|| die
61
61

Return to bug 61412