Author: baggins Date: Wed Dec 9 14:19:08 2009 GMT Module: packages Tag: HEAD ---- Log message: - gssapi_krb5.h is needed for heimdal, too
---- Files affected: packages/apache-mod_auth_kerb: apache-mod_auth_kerb.spec (1.21 -> 1.22) , apache-mod_auth_kerb-heimdal.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/apache-mod_auth_kerb/apache-mod_auth_kerb.spec diff -u packages/apache-mod_auth_kerb/apache-mod_auth_kerb.spec:1.21 packages/apache-mod_auth_kerb/apache-mod_auth_kerb.spec:1.22 --- packages/apache-mod_auth_kerb/apache-mod_auth_kerb.spec:1.21 Wed Dec 9 15:14:07 2009 +++ packages/apache-mod_auth_kerb/apache-mod_auth_kerb.spec Wed Dec 9 15:19:02 2009 @@ -12,6 +12,7 @@ Source0: http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}.tar.gz # Source0-md5: 642b81763ad3ca81dba359cb952da5e3 Source1: %{name}.conf +Patch0: %{name}-heimdal.patch URL: http://modauthkerb.sourceforge.net/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.0 @@ -35,6 +36,7 @@ %prep %setup -q -n mod_%{mod_name}-%{version} +%patch0 -p1 %build %configure \ @@ -74,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2009/12/09 14:19:02 baggins +- gssapi_krb5.h is needed for heimdal, too + Revision 1.21 2009/12/09 14:14:07 baggins - 5.4 ================================================================ Index: packages/apache-mod_auth_kerb/apache-mod_auth_kerb-heimdal.patch diff -u /dev/null packages/apache-mod_auth_kerb/apache-mod_auth_kerb-heimdal.patch:1.1 --- /dev/null Wed Dec 9 15:19:08 2009 +++ packages/apache-mod_auth_kerb/apache-mod_auth_kerb-heimdal.patch Wed Dec 9 15:19:02 2009 @@ -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> ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_auth_kerb/apache-mod_auth_kerb.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
