summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/DEPENDS')
-rwxr-xr-xcrypto/openssh/DEPENDS10
1 files changed, 9 insertions, 1 deletions
diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
index d2c0318449..7d8aeb4ad7 100755
--- a/crypto/openssh/DEPENDS
+++ b/crypto/openssh/DEPENDS
@@ -22,4 +22,12 @@ optional_depends "krb5" \
optional_depends "xauth" \
"--with-xauth="${INSTALL_ROOT}/usr/bin/xauth"" \
"" \
- "X server auth (needed by X11Forwarding)"
+ "X server auth (needed by X11Forwarding)" &&
+
+if [ "${OPENSSH_LPK}" == "y" ]; then
+ depends autoconf &&
+ optional_depends "openldap" \
+ "--with-ldap" \
+ "" \
+ "to support sshd checking LDAP for public keys"
+fi