3e978ab536
Bump to release tarball version. Add hash file. Update and rework time.h patch for upstream inclusion (hopefully) by splitting the CSocket patch out. (https://github.com/znc/znc/pull/1021) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
config BR2_PACKAGE_ZNC
|
|
bool "znc"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
Advanced IRC bouncer
|
|
|
|
http://www.znc.in
|
|
|
|
comment "znc needs a toolchain w/ C++, dynamic library"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|