buildrootschalter/package/znc/Config.in
Thomas Petazzoni 818ef1ea39 znc: not available on !MMU systems, uses fork()
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-11 12:53:03 +02:00

13 lines
253 B
Plaintext

config BR2_PACKAGE_ZNC
bool "znc"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
help
Advanced IRC bouncer
http://www.znc.in
comment "znc needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU