]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libnss/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[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_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
9         depends on !BR2_STATIC_LIBS
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/ largefile, threads, dynamic library"
20         depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
21         depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \
22                 BR2_STATIC_LIBS