summaryrefslogtreecommitdiffstats
path: root/network/mod_auth_kerb/mod_auth_kerb.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/mod_auth_kerb/mod_auth_kerb.c.patch')
-rw-r--r--network/mod_auth_kerb/mod_auth_kerb.c.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/mod_auth_kerb/mod_auth_kerb.c.patch b/network/mod_auth_kerb/mod_auth_kerb.c.patch
new file mode 100644
index 0000000000..bbdf64f0a3
--- /dev/null
+++ b/network/mod_auth_kerb/mod_auth_kerb.c.patch
@@ -0,0 +1,10 @@
+--- src/mod_auth_kerb.c.orig 2011-11-14 22:54:54.457955883 +0100
++++ src/mod_auth_kerb.c 2011-11-14 22:55:42.060334084 +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>