mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
apache-2.eclass: Attempt to fix an issue with apache-2.2
This commit is contained in:
@@ -172,7 +172,7 @@ setup_mpm() {
|
||||
die "invalid use flag combination"
|
||||
fi
|
||||
|
||||
if [[ "${MY_MPM}" = *prefork* ]] && use apache2_modules_http2 ; then
|
||||
if [[ "${PV}" != 2.2* ]] && [[ "${MY_MPM}" = *prefork* ]] && use apache2_modules_http2 ; then
|
||||
die "http2 does not work with prefork MPM."
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user