mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
APACHE_MPMPATH_INIT(mpmt_os2)
|
|
|
|
APACHE_MPM_MODULE(mpmt_os2, $enable_mpm_mpmt_os2, mpmt_os2.lo mpmt_os2_child.lo,[
|
|
APR_ADDTO(CFLAGS,-Zmt)
|
|
])
|
|
|
|
APACHE_MPMPATH_FINISH
|