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

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- /root/tmp/heimdal/heimdal-0.6.3.ebuild      2004-09-13 17:40:34.000000000 +0200
0
++ heimdal-0.6.3.ebuild        2004-09-13 23:44:52.676560589 +0200
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
inherit libtool eutils
4
inherit libtool eutils flag-o-matic
5
DESCRIPTION="Kerberos 5 implementation from KTH"
5
DESCRIPTION="Kerberos 5 implementation from KTH"
6
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
6
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
Lines 53-61 Link Here
53
               && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" \
53
               && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" \
54
               || myconf="${myconf} --without-krb4"
54
               || myconf="${myconf} --without-krb4"
55
       use ldap && myconf="${myconf} --with-open-ldap=/usr"
55
       use ldap && myconf="${myconf} --with-openldap=/usr"
56
       append-ldflags -Wl,-z
56
       append-ldflags -Wl,-z,now
57
       econf ${myconf} || die "econf failed"
57
       econf ${myconf} || die "econf failed"
58
       emake           || die
58
       emake           || die
59
59

Return to bug 61412