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

(-)/usr/portage/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild (-1 / +6 lines)
Lines 194-199 Link Here
194
		myconf="${myconf} --with-idle=poll"
194
		myconf="${myconf} --with-idle=poll"
195
	fi
195
	fi
196
196
197
	if use kerberos; then
198
		myconf="${myconf} --with-auth=krb5"
199
	else
200
		myconf="${myconf} --with-auth=unix"
201
	fi
202
197
	econf \
203
	econf \
198
		--enable-murder \
204
		--enable-murder \
199
		--enable-listext \
205
		--enable-listext \
Lines 203-209 Link Here
203
		--with-cyrus-user=cyrus \
209
		--with-cyrus-user=cyrus \
204
		--with-cyrus-group=mail \
210
		--with-cyrus-group=mail \
205
		--with-com_err=yes \
211
		--with-com_err=yes \
206
		--with-auth=unix \
207
		--without-perl \
212
		--without-perl \
208
		--disable-cyradm \
213
		--disable-cyradm \
209
		${myconf} || die "econf failed"
214
		${myconf} || die "econf failed"

Return to bug 129957