Config.in 614 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBKRB5
  2. bool "libkrb5"
  3. # needs fork()
  4. depends on BR2_USE_MMU
  5. depends on !BR2_STATIC_LIBS
  6. help
  7. Kerberos is a system for authenticating users and services
  8. on a network. Kerberos is a trusted third-party service.
  9. That means that there is a third party (the Kerberos server)
  10. that is trusted by all the entities on the network (users
  11. and services, usually called "principals"). This is the MIT
  12. reference implementation of Kerberos V5.
  13. https://web.mit.edu/kerberos/
  14. comment "libkrb5 needs a toolchain w/ dynamic library"
  15. depends on BR2_USE_MMU
  16. depends on BR2_STATIC_LIBS