Config.in 643 B

12345678910111213141516171819
  1. config BR2_PACKAGE_FREERADIUS_SERVER
  2. bool "freeradius-server"
  3. depends on BR2_USE_MMU # fork()
  4. depends on !BR2_STATIC_LIBS # libtalloc
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. depends on BR2_TOOLCHAIN_USES_GLIBC
  7. select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL
  8. select BR2_PACKAGE_LIBTALLOC
  9. help
  10. FreeRADIUS is an open source server which implements
  11. a protocol for remote user Authorization, Authentication
  12. and Accounting.
  13. http://wiki.freeradius.org/
  14. comment "freeradius-server needs a glibc toolchain w/ threads"
  15. depends on BR2_USE_MMU
  16. depends on !BR2_TOOLCHAIN_HAS_THREADS || \
  17. !BR2_TOOLCHAIN_USES_GLIBC