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 | 4847c2d738fa8002e6d8251deed19e27fe7bd8df (patch) | |
tree | 21194c0fa913cd5805baa8f436ed2e6173968c16 /security/openssh | |
parent | 6093dd23a78c2321504e556246533fb3807736cd (diff) | |
download | pkgsrc-4847c2d738fa8002e6d8251deed19e27fe7bd8df.tar.gz |
PR/38394 -- disable KAFS detection for mit-krb5
Diffstat (limited to 'security/openssh')
-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) |