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>
This commit is contained in:
Eneas U de Queiroz 2019-08-14 09:04:06 -03:00
parent 4b0eaf9471
commit 8acde722f6
No known key found for this signature in database
GPG key ID: 1EB043ABD7ACF202

View file

@ -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 \