1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Rosen Penev
89db244af7
log4cplus: apply cmake options to the host
loggingserver was getting built with a bad link path. Instead of fixing
it, just disable it as is done on the target.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-25 01:31:37 -07:00
Rosen Penev
98108cb167
log4cplus: update to 2.0.5
Remove CMake option made obsolete by cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 20:52:33 -08:00
Eneas U de Queiroz
8acde722f6
log4cplus: install host libraries into lib
Default host build for the package uses lib64, but dependents expect
libraries to be in $(STAGING_DIR_HOSTPKG)/lib.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-08-14 09:12:11 -03:00
Rosen Penev
d6a72daec9
log4cplus: Build in parallel
Added PKG/HOST_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-28 14:34:22 -07:00
Rosen Penev
81276bac94 log4cplus: Update to 2.0.4
Switch to SourceForge URL. More mirrors available.

Remove InstallDev section. This is already included with CMAKE_INSTALL.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-05 18:48:17 -07:00
Rosen Penev
8e6f049b26
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-30 14:52:57 -07:00
BangLang Huang
3d565d0efe log4cplus: add new package
log4cplus is a simple to use C++11 logging API providing thread--safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.

wiki: https://sourceforge.net/p/log4cplus/wiki/Home/
github: https://github.com/log4cplus/log4cplus

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2019-04-01 18:33:49 +08:00