diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-08-10 17:00:39 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-08-10 17:00:39 +0000 |
commit | 696a9dc9e63ce407cb2e9ad886f16023dca1cb79 (patch) | |
tree | 86b2fbcf04284b02f91c3b7702c502abaa1c65e8 /security/ssh | |
parent | c986504d517302c8bcfa476d0b538b37760363ed (diff) | |
download | pkgsrc-696a9dc9e63ce407cb2e9ad886f16023dca1cb79.tar.gz |
Comment out Kerberos 5 support, for now.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 325736fa353..4c06198b7f4 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2000/08/05 21:56:23 itojun Exp $ +# $NetBSD: Makefile,v 1.80 2000/08/10 17:02:25 thorpej Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -106,12 +106,13 @@ USE_KERBEROS= yes CONFIGURE_ARGS+= --with-krb4=/usr .endif -.if defined(KERBEROS) && ${KERBEROS} == 5 -USE_KERBEROS= yes -CONFIGURE_ARGS+=--with-krb5=/usr -.else -CONFIGURE_ARGS+=--without-krb5 -.endif +# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL +#.if defined(KERBEROS) && ${KERBEROS} == 5 +#USE_KERBEROS= yes +#CONFIGURE_ARGS+=--with-krb5=/usr +#.else +#CONFIGURE_ARGS+=--without-krb5 +#.endif # Find X11 libraries with xpkgwedge .if defined(USE_LOCALBASE_FOR_X11) |