]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix usage of MOD_* variables for MPM modules
authorStefan Fritsch <sf@apache.org>
Sun, 7 Oct 2012 08:56:45 +0000 (08:56 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 7 Oct 2012 08:56:45 +0000 (08:56 +0000)
commitcc87eef57576e1b34f1692ad5aba8764bad26c21
tree31e3e649adc42131e1ed45f77d63293f08b44db0
parent4c7995d3dafeada2c4e63a0d48546be43cf11699
Fix usage of MOD_* variables for MPM modules

r1385216 broke building of mpm event with serf support. To fix,

* introduce APACHE_MPMPATH_INIT/FINISH similar to
  APACHE_MODPATH_INIT/FINISH to create modules.mk and add
  MOD_* vars to it.
* change APACHE_MPM_MODULE to only append to modules.mk, not
  overwrite
* add APACHE_MPMPATH_INIT/FINISH to all MPMs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395252 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
server/mpm/event/config3.m4
server/mpm/mpmt_os2/config5.m4
server/mpm/prefork/config3.m4
server/mpm/simple/config3.m4
server/mpm/winnt/config3.m4
server/mpm/worker/config3.m4