The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / log4cxx / Config.in
1 config BR2_PACKAGE_LOG4CXX
2         bool "log4cxx"
3         select BR2_PACKAGE_APR
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
10         help
11           Apache log4cxx is a logging framework for C++ patterned
12           after Apache log4j.
13
14           http://apache.linux-mirror.org/logging/log4cxx/0.10.0
15
16 comment "log4cxx needs a toolchain w/ C++, threads, dynamic library"
17         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
18                 BR2_STATIC_LIBS
19         depends on BR2_USE_MMU