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_7
12 comment "znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7"
13 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
14 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
15 depends on BR2_USE_MMU