diff options
author | shattered <shattered@pkgsrc.org> | 2011-09-01 19:24:01 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-09-01 19:24:01 +0000 |
commit | 1fa25386e1b654b3264758ccfc0a587676cbb247 (patch) | |
tree | 21194c0fa913cd5805baa8f436ed2e6173968c16 | |
parent | 7aaf383ea36e2b3ac029aa41a50127b521c17e29 (diff) | |
download | pkgsrc-1fa25386e1b654b3264758ccfc0a587676cbb247.tar.gz |
PR/38394 -- disable KAFS detection for mit-krb5
-rw-r--r-- | security/openssh/options.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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) |