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

(-)net-proxy/squid/squid-3.1.15.ebuild~ (-2 / +2 lines)
Lines 98-106 Link Here
98
	if use kerberos; then
98
	if use kerberos; then
99
		negotiate_helpers="squid_kerb_auth"
99
		negotiate_helpers="squid_kerb_auth"
100
		if has_version app-crypt/mit-krb5; then
100
		if has_version app-crypt/mit-krb5; then
101
			myconf="--enable-mit --disable-heimdal"
101
			myconf="--enable-mit=${EPREFIX}/usr --disable-heimdal"
102
		elif has_version app-crypt/heimdal; then
102
		elif has_version app-crypt/heimdal; then
103
			myconf="--disable-mit --enable-heimdal"
103
			myconf="--disable-mit --enable-heimdal=${EPREFIX}/usr"
104
		fi
104
		fi
105
	else
105
	else
106
		myconf="--disable-mit --disable-heimdal"
106
		myconf="--disable-mit --disable-heimdal"

Return to bug 382535