components/apache2/patches/extra-modules.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Wed, 29 Aug 2012 11:05:56 -0700
changeset 957 255465c5756f
parent 278 77b380ba9d84
permissions -rw-r--r--
Close of build 04.

--- modules/filters/config.m4.orig	Mon May  9 09:31:02 2011
+++ modules/filters/config.m4	Mon May  9 09:32:22 2011
@@ -10,6 +10,9 @@
 APACHE_MODULE(filter, Smart Filtering, , , yes)
 APACHE_MODULE(substitute, response content rewrite-like filtering, , , most)
 
+sed_obj="mod_sed.lo sed0.lo sed1.lo regexp.lo"
+APACHE_MODULE(sed, filter request and/or response bodies through sed, $sed_obj)
+
 if test "$ac_cv_ebcdic" = "yes"; then
 # mod_charset_lite can be very useful on an ebcdic system,
 #   so include it by default
--- modules/aaa/config.m4.orig	Mon May  9 13:55:46 2011
+++ modules/aaa/config.m4	Mon May  9 14:07:47 2011
@@ -54,5 +54,9 @@
     enable_auth_digest="no"
   fi
 ])
+APACHE_MODULE(auth_gss, GSS based authentication, , , yes, [
+  MOD_AUTH_GSS_LDADD="-lgss"
+  AC_SUBST(MOD_AUTH_GSS_LDADD)
+])
 
 APACHE_MODPATH_FINISH