updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / mod_auth_kerb / mod_auth_kerb_compile.patch
blob689cd409548062a1b515238eee5e9d6a95490567
1 diff -urN mod_auth_kerb-5.4/src/mod_auth_kerb.c mod_auth_kerb-5.4a/src/mod_auth_kerb.c
2 --- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2008-12-04 03:14:03.000000000 -0700
3 +++ mod_auth_kerb-5.4a/src/mod_auth_kerb.c 2011-01-25 17:35:31.466666669 -0700
4 @@ -89,6 +89,7 @@
5 #include <krb5.h>
6 #ifdef HEIMDAL
7 # include <gssapi.h>
8 +# include <gssapi/gssapi_krb5.h>
9 #else
10 # include <gssapi/gssapi.h>
11 # include <gssapi/gssapi_generic.h>