From: Eneas U de Queiroz Date: Wed, 14 Aug 2019 12:04:06 +0000 (-0300) Subject: log4cplus: install host libraries into lib X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8acde722f68ed26373e0873409d8f6ce30e5148a;p=openwrt-packages.git 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 --- diff --git a/libs/log4cplus/Makefile b/libs/log4cplus/Makefile index 2a503a1e8..dc3cfc322 100644 --- a/libs/log4cplus/Makefile +++ b/libs/log4cplus/Makefile @@ -42,6 +42,9 @@ 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 \