diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-08-14 09:04:06 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-08-14 09:12:11 -0300 |
commit | 8acde722f68ed26373e0873409d8f6ce30e5148a (patch) | |
tree | 74c5c2a3e4588a2a2068abea69346d81c7dd85bb /libs/log4cplus | |
parent | 4b0eaf947190d5c61415971017e58528f4160327 (diff) |
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>
Diffstat (limited to 'libs/log4cplus')
-rw-r--r-- | libs/log4cplus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |