summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/DEPENDS
blob: d2c0318449a6e1de111327bd13faa4118d9fbbe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
depends  e2fsprogs  &&
depends  gnupg      &&
depends  openssl    &&
depends  smgl-fhs   &&
depends  zlib       &&

optional_depends  "tcp_wrappers"                                      \
                  "--with-tcp-wrappers"                               \
                  ""                                                  \
                  "for an optional method of controlling ssh access"  &&

optional_depends  "linux-pam"                              \
                  "--with-pam"                             \
                  ""                                       \
                  "for optional pluggable authentication"  &&

optional_depends  "krb5"                          \
                  "--with-kerberos5=/usr"         \
                  ""                              \
                  "to enable Kerberos 5 support" &&

optional_depends  "xauth"                    \
                  "--with-xauth="${INSTALL_ROOT}/usr/bin/xauth""   \
                  ""                              \
                  "X server auth (needed by X11Forwarding)"