diff options
author | jlam <jlam@pkgsrc.org> | 2004-04-28 05:25:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-04-28 05:25:54 +0000 |
commit | 0a200da60ebe414c6cade2f5e78d87e78633086d (patch) | |
tree | 283346dbe6c8d82fc56818737314d5de97a0ec87 /security | |
parent | 66777fea0a4c60dfe10245987e986ff3ff7d8176 (diff) | |
download | pkgsrc-0a200da60ebe414c6cade2f5e78d87e78633086d.tar.gz |
This version of OpenSSH actually no longer supports building with
Kerberos 4 support, so remove those Makefile checks.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index d1e87aff4ed..1eb8ad15eef 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2004/04/28 04:00:17 jlam Exp $ +# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $ DISTNAME= openssh-3.8p1 PKGNAME= openssh-3.8.1 @@ -92,12 +92,6 @@ CONFIGURE_ARGS+= --without-skey . include "../../mk/krb5.buildlink3.mk" CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE} CPPFLAGS+= -I${KRB5BASE}/include/krb5 -. if (${KRB5_TYPE} == "heimdal") && exists(/usr/include/kerberosIV/krb.h) -CONFIGURE_ARGS+= --with-kerberos4=/usr -CPPFLAGS+= -I/usr/include/kerberosIV -# kerberos 5 dependencies are detected correctly. -LDFLAGS+= -lkrb -lcom_err -lroken -ldes -lcrypto -. endif .endif .if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h) |