Thanks, applied as 6f1acb7705ab73b5cc95eb35f7a8b04682a345fa.

Michael

[sent from post-receive hook]

On Tue, 22 Nov 2022 14:20:25 +0100, Christian Melki 
<christian.me...@t2data.com> wrote:
> If nobody selects anything pcre2 refuses to build.
> Seems a bit unfriendly. A sane utf-8 would be the minimum,
> since unicode is enabled per default in the build.
> 
> Set default to 8-bit. Atleast make it build.
> 
> Signed-off-by: Christian Melki <christian.me...@t2data.com>
> Message-Id: <20221121203518.2094069-1-christian.me...@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/pcre2.in b/rules/pcre2.in
> index f6afe587fffc..eee635e31852 100644
> --- a/rules/pcre2.in
> +++ b/rules/pcre2.in
> @@ -11,6 +11,7 @@ if PCRE2
>  config PCRE2_8
>       bool
>       prompt "8 bit library"
> +     default y
>  
>  config PCRE2_16
>       bool

Reply via email to