From 1fa25386e1b654b3264758ccfc0a587676cbb247 Mon Sep 17 00:00:00 2001 From: shattered Date: Thu, 1 Sep 2011 19:24:01 +0000 Subject: PR/38394 -- disable KAFS detection for mit-krb5 --- security/openssh/options.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/openssh/options.mk b/security/openssh/options.mk index 9794bb5c40c..ef74db76b0f 100644 --- a/security/openssh/options.mk +++ b/security/openssh/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2011/02/16 17:45:08 taca Exp $ +# $NetBSD: options.mk,v 1.21 2011/09/01 19:24:01 shattered Exp $ .include "../../mk/bsd.prefs.mk" @@ -14,6 +14,9 @@ PKG_SUPPORTED_OPTIONS+= pam .if !empty(PKG_OPTIONS:Mkerberos) . include "../../mk/krb5.buildlink3.mk" CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE:Q} +. if ${KRB5_TYPE} == "mit-krb5" +CONFIGURE_ENV+= ac_cv_search_k_hasafs=no +. endif .endif .if !empty(PKG_OPTIONS:Mhpn-patch) -- cgit v1.2.3