package/pcre2: add pcre2-16 to the host variant

This will be needed by qt6base, and it is not worth creating a hidden
host package option for this.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Thomas Petazzoni 2022-07-25 17:25:19 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 2156c6d216
commit fbb8eb0be2

View File

@ -28,5 +28,8 @@ ifeq ($(BR2_USE_MMU),)
PCRE2_CONF_OPTS += --disable-pcre2grep-callout
endif
# needed for qt6base
HOST_PCRE2_CONF_OPTS = --enable-pcre2-16
$(eval $(autotools-package))
$(eval $(host-autotools-package))