components/apache2/patches/extra-modules.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 11 Mar 2013 10:06:51 -0700
changeset 1205 6c6c27bcf9ac
parent 278 77b380ba9d84
permissions -rw-r--r--
16431724 Adjust how license text and Oracle internal tracking numbers are propagated

--- 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