Browse Source

Merge pull request #9726 from cotequeiroz/log4cplus_hostpkg

log4cplus: install host libraries into lib
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
e2b7a82d8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libs/log4cplus/Makefile

+ 3
- 0
libs/log4cplus/Makefile 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 \


Loading…
Cancel
Save