Browse Source
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>
lilik-openwrt-22.03
Eneas U de Queiroz
5 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
1 changed files with
3 additions and
0 deletions
libs/log4cplus/Makefile
@ -42,6 +42,9 @@ define Package/log4cplus/description
configuration. It is modeled after the Java log4j API.
e n d e f
CMAKE_HOST_OPTIONS += \
-DCMAKE_INSTALL_LIBDIR:PATH= lib
CMAKE_OPTIONS += \
-DLOG4CPLUS_BUILD_LOGGINGSERVER:BOOL= OFF \
-DLOG4CPLUS_BUILD_TESTING:BOOL= OFF \