gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / web / apache24 / patches / extra-modules.patch
blob1862e9dbaf453dbea5ca253478f7e5825a97ace9
1 --- modules/filters/config.m4.orig Mon May 9 09:31:02 2011
2 +++ modules/filters/config.m4 Mon May 9 09:32:22 2011
3 @@ -10,6 +10,9 @@
4 APACHE_MODULE(filter, Smart Filtering, , , yes)
5 APACHE_MODULE(substitute, response content rewrite-like filtering, , , most)
7 +sed_obj="mod_sed.lo sed0.lo sed1.lo regexp.lo"
8 +APACHE_MODULE(sed, filter request and/or response bodies through sed, $sed_obj)
10 if test "$ac_cv_ebcdic" = "yes"; then
11 # mod_charset_lite can be very useful on an ebcdic system,
12 # so include it by default
13 --- modules/aaa/config.m4.orig Mon May 9 13:55:46 2011
14 +++ modules/aaa/config.m4 Mon May 9 14:07:47 2011
15 @@ -54,5 +54,9 @@
16 enable_auth_digest="no"
19 +APACHE_MODULE(auth_gss, GSS based authentication, , , yes, [
20 + MOD_AUTH_GSS_LDADD="-lgss"
21 + AC_SUBST(MOD_AUTH_GSS_LDADD)
22 +])
24 APACHE_MODPATH_FINISH
25 --- modules/slotmem/config.m4.~1~ 2014-02-25 17:24:49.343535224 +0400
26 +++ modules/slotmem/config.m4 2014-02-25 17:24:59.535707087 +0400
27 @@ -4,7 +4,7 @@
29 APACHE_MODPATH_INIT(slotmem)
31 -APACHE_MODULE(slotmem_shm, slotmem provider that uses shared memory, , , most)
32 +APACHE_MODULE(slotmem_shm, slotmem provider that uses shared memory, , , yes)
33 APACHE_MODULE(slotmem_plain, slotmem provider that uses plain memory, , , )
35 APACHE_MODPATH_FINISH