View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-3 / +3 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 53-61    Link Here 
               && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" \
               && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" \
               || myconf="${myconf} --without-krb4"
               || 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"
       econf ${myconf} || die "econf failed"
       emake           || die
       emake           || die