diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-28 14:19:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-28 14:22:38 +0100 |
commit | fb0f12fb0007457ca4c8d169cc4b93ad10d7f59e (patch) | |
tree | 6dd1adeea709095d917b82c4fb1b09397498f977 | |
parent | 48061a8c3dbe29730fede4b8f2fbcb304e9d8738 (diff) |
pcre2: install to staging host dir
-rw-r--r-- | package/pcre2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pcre2/Makefile b/package/pcre2/Makefile index 20a3d1441..3bd0d9935 100644 --- a/package/pcre2/Makefile +++ b/package/pcre2/Makefile @@ -27,6 +27,10 @@ HOST_STYLE:= cmake CONFIG_STYLE:= cmake CMAKE_FLAGS+= -DBUILD_SHARED_LIBS=ON +pcre2-hostinstall: + cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -j${ADK_MAKE_JOBS} -f ${MAKE_FILE} \ + ${HOST_FAKE_FLAGS} ${HOST_INSTALL_TARGET} + pcre2-install: $(INSTALL_DIR) $(IDIR_PCRE2)/usr/lib $(CP) $(WRKINST)/usr/lib/libpcre2*.so* \ |