Config.in 556 B

1234567891011121314151617
  1. config BR2_PACKAGE_ZNC
  2. bool "znc"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_MMU # fork()
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8
  7. depends on BR2_TOOLCHAIN_HAS_THREADS
  8. select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
  9. help
  10. Advanced IRC bouncer
  11. http://www.znc.in
  12. comment "znc needs a toolchain w/ C++, dynamic library, gcc >= 8, threads"
  13. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  14. !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || !BR2_TOOLCHAIN_HAS_THREADS
  15. depends on BR2_USE_MMU