pcre: add host variant of libpcre

This is needed to build the host variant of libselinux.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2020-07-14 16:32:28 -05:00 committed by Daniel Golle
parent 7ef7dbaf70
commit ff02e1561f
1 changed files with 12 additions and 0 deletions

View File

@ -61,6 +61,18 @@ define Package/libpcrecpp
DEPENDS:=+libpcre $(CXX_DEPENDS)
endef
include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
--enable-utf8 \
--enable-unicode-properties \
--enable-pcre16 \
--with-match-limit-recursion=16000 \
--enable-cpp
$(eval $(call HostBuild))
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \