Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 327327 | Differences between
and this patch

Collapse All | Expand All

(-)apache-2.eclass.old (-7 / +2 lines)
Lines 245-257 setup_modules() { Link Here
245
		MY_CONF="${MY_CONF} --without-ssl --disable-ssl"
245
		MY_CONF="${MY_CONF} --without-ssl --disable-ssl"
246
	fi
246
	fi
247
247
248
	if use threads || has ${MY_MPM} ${IUSE_MPMS_THREAD} ; then
248
	MY_CONF="${MY_CONF} --enable-cgi=${mod_type} --enable-cgid=${mod_type}"
249
		MY_CONF="${MY_CONF} --enable-cgid=${mod_type}"
249
	MY_MODS="${MY_MODS} cgi cgid"
250
		MY_MODS="${MY_MODS} cgid"
251
	else
252
		MY_CONF="${MY_CONF} --enable-cgi=${mod_type}"
253
		MY_MODS="${MY_MODS} cgi"
254
	fi
255
250
256
	if use suexec ; then
251
	if use suexec ; then
257
		elog "You can manipulate several configure options of suexec"
252
		elog "You can manipulate several configure options of suexec"

Return to bug 327327