summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-04-28 05:25:54 +0000
committerjlam <jlam@pkgsrc.org>2004-04-28 05:25:54 +0000
commite3ee2f2be47fd6f7104f07c13d9e0e6f308b5dac (patch)
tree283346dbe6c8d82fc56818737314d5de97a0ec87
parentab7a4dd02b1418af2719a0983358599d0b685319 (diff)
downloadpkgsrc-e3ee2f2be47fd6f7104f07c13d9e0e6f308b5dac.tar.gz
This version of OpenSSH actually no longer supports building with
Kerberos 4 support, so remove those Makefile checks.
-rw-r--r--security/openssh/Makefile8
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)