Fix build with krb5 1.16

This commit is contained in:
Lukas Slebodnik 2017-10-11 18:06:00 +02:00
parent 7069858231
commit 1aff49b48c
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,31 @@
From ce68b4ff25cbd52935a540046f0412ce869a27a5 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose@redhat.com>
Date: Mon, 9 Oct 2017 09:55:31 +0200
Subject: [PATCH] BUILD: Accept krb5 1.16 for building the PAC plugin
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
---
src/external/pac_responder.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
index 6b400d47c919294db51b2e0af767d109f9ba13d7..e0685f0ce33813201b77900b4310a1aa27be121e 100644
--- a/src/external/pac_responder.m4
+++ b/src/external/pac_responder.m4
@@ -17,7 +17,8 @@ then
Kerberos\ 5\ release\ 1.12* | \
Kerberos\ 5\ release\ 1.13* | \
Kerberos\ 5\ release\ 1.14* | \
- Kerberos\ 5\ release\ 1.15*)
+ Kerberos\ 5\ release\ 1.15* | \
+ Kerberos\ 5\ release\ 1.16*)
krb5_version_ok=yes
AC_MSG_RESULT([yes])
;;
--
2.14.2

View File

@ -156,6 +156,7 @@ Patch0113: 0113-MAN-Add-sssd-systemtap-man-page.patch
Patch0114: 0114-TESTS-Use-NULL-for-pointer-not-0.patch
Patch0115: 0115-SUDO-Use-initgr_with_views-when-looking-up-a-sudo-us.patch
Patch0116: 0116-sysdb-sanitize-search-filter-input.patch
Patch0117: 0117-BUILD-Accept-krb5-1.16-for-building-the-PAC-plugin.patch
Patch0502: 0502-SYSTEMD-Use-capabilities.patch
### Dependencies ###