View | Details | Raw Unified
Collapse All | Expand All

(-) app-crypt/heimdal/heimdal-0.6.2.ebuild.orig (-2 / +3 lines)
 Lines 55-62    Link Here 
	autoconf || die "configure problem"
	autoconf || die "configure problem"
	local myconf="
	local myconf="
		$(use_with ipv6)
		$(use_with berkdb berkeley-db)
		$(use_with berkdb berkely-db)
		$(use_with ssl openssl)
		$(use_with ssl openssl)
		--enable-shared"
		--enable-shared"
 Lines 66-71    Link Here 
	#use ldap && myconf="${myconf} --with-open-ldap=/usr"
	#use ldap && myconf="${myconf} --with-open-ldap=/usr"
	use ipv6 && myconf="${myconf} --with-ipv6" || myconf="${myconf} --without-ipv6"
	econf ${myconf} || die "econf failed"
	econf ${myconf} || die "econf failed"
	emake prefix=/usr \
	emake prefix=/usr \