]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/blobdiff - apache-mod_auth_kerb-heimdal.patch
- gssapi_krb5.h is needed for heimdal, too
[packages/apache-mod_auth_kerb.git] / apache-mod_auth_kerb-heimdal.patch
diff --git a/apache-mod_auth_kerb-heimdal.patch b/apache-mod_auth_kerb-heimdal.patch
new file mode 100644 (file)
index 0000000..0ace49d
--- /dev/null
@@ -0,0 +1,10 @@
+--- mod_auth_kerb-5.4/src/mod_auth_kerb.c~     2008-12-04 11:14:03.000000000 +0100
++++ mod_auth_kerb-5.4/src/mod_auth_kerb.c      2009-12-09 15:17:55.226027574 +0100
+@@ -89,6 +89,7 @@
+ #include <krb5.h>
+ #ifdef HEIMDAL
+ #  include <gssapi.h>
++#  include <gssapi/gssapi_krb5.h>
+ #else
+ #  include <gssapi/gssapi.h>
+ #  include <gssapi/gssapi_generic.h>
This page took 0.181985 seconds and 4 git commands to generate.