9a0930a05a
Fixes: http://autobuild.buildroot.net/results/cf9/cf942e4b8a5259414a4dcea6fa4b75183435394a/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
482 B
Plaintext
Executable File
15 lines
482 B
Plaintext
Executable File
config BR2_PACKAGE_LOG4CPP
|
|
bool "log4cpp"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Log4cpp is library of C++ classes for flexible logging to
|
|
files, syslog, IDSA and other destinations. It is modeled
|
|
after the Log4j Java library, staying as close to their API
|
|
as is reasonable.
|
|
|
|
http://log4cpp.sourceforge.net/
|
|
|
|
comment "log4cpp needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|