2014-04-04 20:22:53 +02:00
|
|
|
config BR2_PACKAGE_ZNC
|
|
|
|
bool "znc"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-06-10 23:01:32 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-08-07 15:37:30 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-09-01 15:43:31 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
2014-04-04 20:22:53 +02:00
|
|
|
help
|
|
|
|
Advanced IRC bouncer
|
|
|
|
|
|
|
|
http://www.znc.in
|
|
|
|
|
2015-09-01 15:43:31 +02:00
|
|
|
comment "znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
2014-06-10 23:01:32 +02:00
|
|
|
depends on BR2_USE_MMU
|