1 config BR2_PACKAGE_LOG4CXX
4 select BR2_PACKAGE_APR_UTIL
5 # apr really needs shared library support
6 depends on !BR2_STATIC_LIBS
7 depends on BR2_INSTALL_LIBSTDCPP
8 depends on BR2_TOOLCHAIN_HAS_THREADS
9 depends on BR2_USE_MMU # apr
11 Apache log4cxx is a logging framework for C++ patterned
14 http://apache.linux-mirror.org/logging/log4cxx/0.10.0
16 comment "log4cxx needs a toolchain w/ C++, threads, dynamic library"
17 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
19 depends on BR2_USE_MMU