Config.in 582 B

1234567891011121314151617
  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. help
  8. Network Security Services (NSS) is a set of libraries designed
  9. to support development of security-enabled client and server
  10. applications. Applications built with NSS can support SSL v2
  11. and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
  12. and X.509 v3 certificates.
  13. http://www.mozilla.org/projects/security/pki/nss/
  14. comment "libnss requires a toolchain with LARGEFILE support"
  15. depends on !BR2_LARGEFILE