From 98108cb167eeb46e848938db7d490ca68b4a3876 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 21 Feb 2020 19:22:13 -0800 Subject: [PATCH] log4cplus: update to 2.0.5 Remove CMake option made obsolete by cmake.mk Signed-off-by: Rosen Penev --- libs/log4cplus/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libs/log4cplus/Makefile b/libs/log4cplus/Makefile index dc3cfc322..6a1bf70ab 100644 --- a/libs/log4cplus/Makefile +++ b/libs/log4cplus/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=log4cplus -PKG_VERSION:=2.0.4 -PKG_RELEASE:=2 +PKG_VERSION:=2.0.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_HASH:=faf15f3651e2d0f9f9cf2c1bfcb38ec4962f22f4a671410453a27c0976da5e36 +PKG_HASH:=6046f0867ce4734f298418c7b7db0d35c27403090bb751d98e6e76aa4935f1af PKG_MAINTAINER:=BangLang Huang , Rosy Song PKG_LICENSE:=BSD-2-Clause Apache-2.0 @@ -42,9 +42,6 @@ define Package/log4cplus/description configuration. It is modeled after the Java log4j API. endef -CMAKE_HOST_OPTIONS += \ - -DCMAKE_INSTALL_LIBDIR:PATH=lib - CMAKE_OPTIONS += \ -DLOG4CPLUS_BUILD_LOGGINGSERVER:BOOL=OFF \ -DLOG4CPLUS_BUILD_TESTING:BOOL=OFF \