Browse Source

pcre2: install to staging host dir

Waldemar Brodkorb 1 year ago
parent
commit
fb0f12fb00
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/pcre2/Makefile

+ 4 - 0
package/pcre2/Makefile

@@ -27,6 +27,10 @@ HOST_STYLE:=		cmake
 CONFIG_STYLE:=		cmake
 CONFIG_STYLE:=		cmake
 CMAKE_FLAGS+=		-DBUILD_SHARED_LIBS=ON
 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:
 pcre2-install:
 	$(INSTALL_DIR) $(IDIR_PCRE2)/usr/lib
 	$(INSTALL_DIR) $(IDIR_PCRE2)/usr/lib
 	$(CP) $(WRKINST)/usr/lib/libpcre2*.so* \
 	$(CP) $(WRKINST)/usr/lib/libpcre2*.so* \