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