]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libnss/Config.in
Merge branch 'next'
[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         help
9           Network Security Services (NSS) is a set of libraries designed
10           to support development of security-enabled client and server
11           applications. Applications built with NSS can support SSL v2
12           and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
13           and X.509 v3 certificates.
14
15           http://www.mozilla.org/projects/security/pki/nss/
16
17 comment "libnss requires a toolchain with LARGEFILE and thread support"
18         depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
19