]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/commitdiff
- gssapi_krb5.h is needed for heimdal, too auto/th/apache-mod_auth_kerb-5_4-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Dec 2009 14:19:02 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_kerb-heimdal.patch -> 1.1
    apache-mod_auth_kerb.spec -> 1.22

apache-mod_auth_kerb-heimdal.patch [new file with mode: 0644]
apache-mod_auth_kerb.spec

diff --git a/apache-mod_auth_kerb-heimdal.patch b/apache-mod_auth_kerb-heimdal.patch
new file mode 100644 (file)
index 0000000..0ace49d
--- /dev/null
@@ -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>
index c303a51cb542bde705be014cf03ec6b5fe77aef5..3df8a1410018012050ab7fb6e32c816e7b86aa72 100644 (file)
@@ -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
 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
 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}
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%patch0 -p1
 
 %build
 %configure \
 
 %build
 %configure \
This page took 0.061565 seconds and 4 git commands to generate.