summaryrefslogtreecommitdiffstats
path: root/rules/log4cplus.in
blob: 6d23deaadad996021934bcdf749a87e552b63123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=system_libraries

config LOG4CPLUS
	tristate
	prompt "log4cplus"
	select HOST_CMAKE
	select GCCLIBS_GCC_S
	select GCCLIBS_CXX
	select GLIBC_PTHREAD
	help
	  The purpose of this project is to port the
	  excellent Log for Java (log4j) logging
	  library to C++.