]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libnss/Config.in
Config.in files: add missing dependencies to toolchain option comments
[coffee/buildroot.git] / package / libnss / Config.in
1 config BR2_PACKAGE_LIBNSS
2         bool "libnss"
3         select BR2_PACKAGE_LIBNSPR
4         select BR2_PACKAGE_SQLITE
5         select BR2_PACKAGE_ZLIB
6         depends on BR2_LARGEFILE
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
8         depends on !BR2_arc # libnspr
9         help
10           Network Security Services (NSS) is a set of libraries designed
11           to support development of security-enabled client and server
12           applications. Applications built with NSS can support SSL v2
13           and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
14           and X.509 v3 certificates.
15
16           http://www.mozilla.org/projects/security/pki/nss/
17
18 comment "libnss needs a toolchain w/ largefile, threads"
19         depends on !BR2_arc
20         depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
21