summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-05-02 17:30:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-05-02 17:30:37 +0000
commite4f66bcc3fa0bc0ac1edc5dd695420e99b62ffb6 (patch)
treec30a023735d370dbdc4071c32349adf077cb7d59 /security/openssh
parent31bde4d7443f8e1f659dedc11da75b7c8f3c4b51 (diff)
downloadpkgsrc-e4f66bcc3fa0bc0ac1edc5dd695420e99b62ffb6.tar.gz
Enable md5 passwords support in Linux. This closes PR pkg/25322 by
Piotr Meyer.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 41167792926..198c2945037 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2004/04/28 05:26:39 jlam Exp $
+# $NetBSD: Makefile,v 1.136 2004/05/02 17:30:37 xtraeme Exp $
DISTNAME= openssh-3.8p1
PKGNAME= openssh-3.8.1
@@ -100,6 +100,9 @@ CONFIGURE_ARGS+= --disable-libutil
.if (${OPSYS} == "SunOS") && (${OS_VERSION} == "5.8" || ${OS_VERSION} == "5.9")
CONFIGURE_ARGS+= --disable-utmp --disable-wtmp
.endif
+.if ${OPSYS} == "Linux"
+CONFIGURE_ARGS+= --enable-md5-password
+.endif
# The ssh-askpass program is in ${X11BASE}/bin or ${X11PREFIX}/bin depending
# on if it's part of the X11 distribution, or if it's installed from pkgsrc