Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109806
Collapse All | Expand All

(-)curl-7.15.0.ebuild.orig (-2 / +5 lines)
Lines 22-28 Link Here
22
	ldap? ( net-nds/openldap )
22
	ldap? ( net-nds/openldap )
23
	idn? ( net-dns/libidn )
23
	idn? ( net-dns/libidn )
24
	ares? ( net-dns/c-ares )
24
	ares? ( net-dns/c-ares )
25
	kerberos? ( app-crypt/mit-krb5 )
25
	kerberos? ( virtual/krb5 )
26
	krb4? ( app-crypt/kth-krb )"
26
	krb4? ( app-crypt/kth-krb )"
27
27
28
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
Lines 42-48 Link Here
42
42
43
	myconf="$(use_enable ldap)
43
	myconf="$(use_enable ldap)
44
		$(use_with idn libidn)
44
		$(use_with idn libidn)
45
		$(use_enable kerberos gssapi)
46
		$(use_enable ipv6)
45
		$(use_enable ipv6)
47
		--enable-http
46
		--enable-http
48
		--enable-ftp
47
		--enable-ftp
Lines 76-81 Link Here
76
		myconf="${myconf} --without-gnutls --without-ssl"
75
		myconf="${myconf} --without-gnutls --without-ssl"
77
	fi
76
	fi
78
77
78
	if use kerberos; then
79
		myconf="${myconf} --with-gssapi=/usr"
80
	fi
81
79
	econf ${myconf} || die 'configure failed'
82
	econf ${myconf} || die 'configure failed'
80
	emake || die "install failed for current version"
83
	emake || die "install failed for current version"
81
}
84
}

Return to bug 109806