mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
@@ -42,6 +42,9 @@ define Package/log4cplus/description
|
|||||||
configuration. It is modeled after the Java log4j API.
|
configuration. It is modeled after the Java log4j API.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CMAKE_HOST_OPTIONS += \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR:PATH=lib
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DLOG4CPLUS_BUILD_LOGGINGSERVER:BOOL=OFF \
|
-DLOG4CPLUS_BUILD_LOGGINGSERVER:BOOL=OFF \
|
||||||
-DLOG4CPLUS_BUILD_TESTING:BOOL=OFF \
|
-DLOG4CPLUS_BUILD_TESTING:BOOL=OFF \
|
||||||
|
|||||||
Reference in New Issue
Block a user