board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / znc / Config.in
blob154d4b0789c3f31c02a84e9f5b42c6678eea8518
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_4_7
7         help
8           Advanced IRC bouncer
10           http://www.znc.in
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