summaryrefslogtreecommitdiffstats
path: root/net/openvpn/DEPENDS
blob: 8a253e01dcb185c0ca245cc8938877fc15e192bf (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
26
optional_depends linux-pam \
                 "--enable-plugin-auth-pam" \
                 "--disable-plugin-auth-pam" \
                 "to build auth-pam plugin" &&

optional_depends SSL \
                 "--enable-crypto --enable-ssl" \
                 "--disable-crypto --disable-ssl" \
                 "for crypto and key exchange support (highly recommended)" &&

optional_depends lzo \
                 "--enable-lzo" \
                 "--disable-lzo" \
                 "for LZO compression (highly recommended)" &&

optional_depends iproute2 \
                 "--enable-iproute2" \
                 "--disable-iproute2" \
                 "for iproute2 support" &&

optional_depends libselinux \
                 "--enable-selinux" \
                 "--disable-selinux" \
                 "for SELinux support" &&

suggest_depends SYSTEM-LOGGER "" "" "for logging through syslog"