diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-05-30 18:19:14 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-05-30 18:23:28 +0000 |
commit | 886697bf5b108d81f4378dd98b44340208376a77 (patch) | |
tree | b71eef177095fbfbec1fde0e544eb26d80efb9f2 /testing/apache-mod-auth-kerb/mod_auth_kerb_compile.patch | |
parent | 4c3974c5dcde7f045cf39e1c0e555db58834466b (diff) | |
download | aports-886697bf5b108d81f4378dd98b44340208376a77.tar.bz2 aports-886697bf5b108d81f4378dd98b44340208376a77.tar.xz |
testing/apache-mod-auth-kerb: compile against apache 2.4
Diffstat (limited to 'testing/apache-mod-auth-kerb/mod_auth_kerb_compile.patch')
-rw-r--r-- | testing/apache-mod-auth-kerb/mod_auth_kerb_compile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/apache-mod-auth-kerb/mod_auth_kerb_compile.patch b/testing/apache-mod-auth-kerb/mod_auth_kerb_compile.patch new file mode 100644 index 0000000000..f3230881d0 --- /dev/null +++ b/testing/apache-mod-auth-kerb/mod_auth_kerb_compile.patch @@ -0,0 +1,10 @@ +--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2008-12-04 03:14:03.000000000 -0700 ++++ mod_auth_kerb-5.4a/src/mod_auth_kerb.c 2011-01-25 17:35:31.466666669 -0700 +@@ -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> |