aboutsummaryrefslogtreecommitdiff
path: root/security/sssd/files/patch-src__external__pac_responder.m4
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-01 10:43:53 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-01 10:43:53 +0000
commit15d10cb6d28054b2551b1963651e47c854dfdf45 (patch)
treee1fa6b8b62837690c78ede6edaafc2fd1951f4d2 /security/sssd/files/patch-src__external__pac_responder.m4
parenta1c1c00709feb3e0b7addc0cf85e05eef84d6823 (diff)
downloadports-15d10cb6d28054b2551b1963651e47c854dfdf45.tar.gz
ports-15d10cb6d28054b2551b1963651e47c854dfdf45.zip
security/sssd: fix krb5 detection on 8.3
PR: ports/183504 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
Notes
Notes: svn path=/head/; revision=332351
Diffstat (limited to 'security/sssd/files/patch-src__external__pac_responder.m4')
-rw-r--r--security/sssd/files/patch-src__external__pac_responder.m425
1 files changed, 25 insertions, 0 deletions
diff --git a/security/sssd/files/patch-src__external__pac_responder.m4 b/security/sssd/files/patch-src__external__pac_responder.m4
new file mode 100644
index 000000000000..fd9fc107e5fa
--- /dev/null
+++ b/security/sssd/files/patch-src__external__pac_responder.m4
@@ -0,0 +1,25 @@
+From b52128bc333fd4717a96950ef8fb4171f25fabcf Mon Sep 17 00:00:00 2001
+From: Lukas Slebodnik <lukas.slebodnik@intrak.sk>
+Date: Wed, 30 Oct 2013 08:54:41 +0100
+Subject: [PATCH 2/4] patch-src__external__pac_responder.m4
+
+---
+ src/external/pac_responder.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git src/external/pac_responder.m4 src/external/pac_responder.m4
+index 49d5cbb..2b4ca5c 100644
+--- src/external/pac_responder.m4
++++ src/external/pac_responder.m4
+@@ -14,7 +14,7 @@ then
+ PKG_CHECK_MODULES(NDR_KRB5PAC, ndr_krb5pac, ndr_krb5pac_ok=yes,
+ AC_MSG_WARN([Cannot build pac responder without libndr_krb5pac]))
+
+- AC_PATH_PROG(KRB5_CONFIG, krb5-config)
++ AC_PATH_PROG(KRB5_CONFIG, krb5-config, [], [/usr/local/bin:$PATH])
+ AC_MSG_CHECKING(for supported MIT krb5 version)
+ KRB5_VERSION="`$KRB5_CONFIG --version`"
+ case $KRB5_VERSION in
+--
+1.8.0
+