From fbb8eb0be2229d21c8e265047a43158e806c8f51 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 25 Jul 2022 17:25:19 +0200 Subject: [PATCH] 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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/pcre2/pcre2.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/pcre2/pcre2.mk b/package/pcre2/pcre2.mk index 043f6d866f..06a0afc9b8 100644 --- a/package/pcre2/pcre2.mk +++ b/package/pcre2/pcre2.mk @@ -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))