Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_kerb/, www-apache/mod_auth_kerb/files/
Date: Sun, 04 Jun 2017 18:32:14
Message-Id: 1496601119.021b4128fab449a793151ee229d692b10ec248bf.pacho@gentoo
1 commit: 021b4128fab449a793151ee229d692b10ec248bf
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 18:30:07 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 18:31:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021b4128
7
8 www-apache/mod_auth_kerb: Fix building with heimdal (#327445)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch | 10 ++++++++++
13 www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 3 ++-
14 2 files changed, 12 insertions(+), 1 deletion(-)
15
16 diff --git a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch
17 new file mode 100644
18 index 00000000000..a5d3d4ba62c
19 --- /dev/null
20 +++ b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-heimdal.patch
21 @@ -0,0 +1,10 @@
22 +--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2010-10-04 16:21:22.169285716 +0200
23 ++++ mod_auth_kerb-5.4.new/src/mod_auth_kerb.c 2010-10-04 16:20:41.584250095 +0200
24 +@@ -89,6 +89,7 @@
25 + #include <krb5.h>
26 + #ifdef HEIMDAL
27 + # include <gssapi.h>
28 ++# include <gssapi/gssapi_krb5.h>
29 + #else
30 + # include <gssapi/gssapi.h>
31 + # include <gssapi/gssapi_generic.h>
32
33 diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
34 index 1b067a4769a..1d1b560367c 100644
35 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
36 +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2016 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=5
43 @@ -32,6 +32,7 @@ PATCHES=(
44 "${FILESDIR}"/${P}-cachedir.patch
45 "${FILESDIR}"/${P}-longuser.patch
46 "${FILESDIR}"/${P}-handle-continue.patch
47 + "${FILESDIR}"/${P}-heimdal.patch
48 )
49
50 src_prepare() {