summaryrefslogtreecommitdiff
path: root/package/pcre2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcre2/Makefile')
-rw-r--r--package/pcre2/Makefile4
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* \