From 9a8b3ed6c7df66c18d2a835ec7ad71a9b9416243 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 9 Dec 2009 14:19:02 +0000 Subject: [PATCH] - gssapi_krb5.h is needed for heimdal, too Changed files: apache-mod_auth_kerb-heimdal.patch -> 1.1 apache-mod_auth_kerb.spec -> 1.22 --- apache-mod_auth_kerb-heimdal.patch | 10 ++++++++++ apache-mod_auth_kerb.spec | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 apache-mod_auth_kerb-heimdal.patch diff --git a/apache-mod_auth_kerb-heimdal.patch b/apache-mod_auth_kerb-heimdal.patch new file mode 100644 index 0000000..0ace49d --- /dev/null +++ b/apache-mod_auth_kerb-heimdal.patch @@ -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 + #ifdef HEIMDAL + # include ++# include + #else + # include + # include diff --git a/apache-mod_auth_kerb.spec b/apache-mod_auth_kerb.spec index c303a51..3df8a14 100644 --- a/apache-mod_auth_kerb.spec +++ b/apache-mod_auth_kerb.spec @@ -11,6 +11,7 @@ Group: Networking/Daemons/HTTP 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 @@ -34,6 +35,7 @@ uwierzytelnianie klientów HTTP z użyciem wpisów w katalogu Kerberosa. %prep %setup -q -n mod_%{mod_name}-%{version} +%patch0 -p1 %build %configure \ -- 2.43.0