components/apache24/patches/gss.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Mon, 16 Mar 2015 13:28:51 -0700
changeset 3955 4e310c8109a5
parent 2079 46ce7840065c
child 6993 8a64c5c85f4a
permissions -rw-r--r--
20461144 LIBSTDCXX should have some master test results to compare against 20021138 stdcxx fails to build with studio 12.4 fcs 20460634 NEON should have some master test results to compare against 20460896 OCAML has no tests and no master test results files 19931870 "gmake test" failures for libneon

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

Allows to build our mod_auth_gss with Apache.

--- modules/aaa/config.m4
+++ modules/aaa/config.m4
@@ -54,6 +54,10 @@
     enable_authnz_ldap=no
   fi
 ])
+APACHE_MODULE(auth_gss, GSS based authentication, , , most, [
+  MOD_AUTH_GSS_LDADD="-lgss"
+  AC_SUBST(MOD_AUTH_GSS_LDADD)
+])
 
 dnl FastCGI authorizer interface, supporting authn and authz.
 APACHE_MODULE(authnz_fcgi,