diff options
Diffstat (limited to 'security/openssh/options.mk')
-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) |