summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2002-05-23 09:35:10 +0000
committeritojun <itojun>2002-05-23 09:35:10 +0000
commit81b09ea099c3dfaba0ac5e4840b6d5c8b59460fe (patch)
tree696af1a5a65ff7cc608f84e66172c214665ef9cf
parent5d0e02bf50a2acaabba7f284af6023da3f6e8775 (diff)
downloadpkgsrc-81b09ea099c3dfaba0ac5e4840b6d5c8b59460fe.tar.gz
comment; rationale for --with-md5-passwords
-rw-r--r--security/openssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 36c62ac7f3b..97711fb174b 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2002/05/20 12:58:01 itojun Exp $
+# $NetBSD: Makefile,v 1.70 2002/05/23 09:35:10 itojun Exp $
DISTNAME= openssh-3.2.2p1
PKGNAME= openssh-3.2.2.1
@@ -48,6 +48,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-pid-dir=${SSH_PID_DIR}
CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-tcp-wrappers=${BUILDLINK_DIR}
+# necessary until openssh distribution fixes ordering of "-lcrypt -lcrypto"
CONFIGURE_ARGS+= --with-md5-passwords
# XXX: PAM authentication causes memory faults, and I haven't tracked down