xref: /OK3568_Linux_fs/buildroot/package/znc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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_4_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
12	  http://www.znc.in
13
14comment "znc needs a toolchain w/ C++, dynamic library, gcc >= 4.8, threads"
15	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
16		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_HAS_THREADS
17	depends on BR2_USE_MMU
18