diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-01-03 16:20:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 08:05:41 +0000 |
commit | 2110fabefdf18c73c055f5c7cfce974a8797f661 (patch) | |
tree | 7687144ab3d605647bc0294781f088bc1889b79e /testing/apache-mod-auth-kerb/mod_auth_kerb.patch | |
parent | 29687b058f4158b4be6cbb7dea7e4a624a71c804 (diff) | |
download | aports-2110fabefdf18c73c055f5c7cfce974a8797f661.tar.bz2 aports-2110fabefdf18c73c055f5c7cfce974a8797f661.tar.xz |
New aports: apache-mod-auth-kerb
Diffstat (limited to 'testing/apache-mod-auth-kerb/mod_auth_kerb.patch')
-rw-r--r-- | testing/apache-mod-auth-kerb/mod_auth_kerb.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/apache-mod-auth-kerb/mod_auth_kerb.patch b/testing/apache-mod-auth-kerb/mod_auth_kerb.patch new file mode 100644 index 0000000000..aa0c0a4354 --- /dev/null +++ b/testing/apache-mod-auth-kerb/mod_auth_kerb.patch @@ -0,0 +1,11 @@ +--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2010-10-04 16:21:22.169285716 +0200 ++++ mod_auth_kerb-5.4.new/src/mod_auth_kerb.c 2010-10-04 16:20:41.584250095 +0200 +@@ -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> + |