mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pcre2: Default to atleast an 8-bit library.
@ 2022-11-21 20:35 Christian Melki
  2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-11-21 20:35 UTC (permalink / raw)
  To: ptxdist

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.melki@t2data.com>
---
 rules/pcre2.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/pcre2.in b/rules/pcre2.in
index f6afe587f..eee635e31 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
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] pcre2: Default to atleast an 8-bit library.
  2022-11-21 20:35 [ptxdist] [PATCH] pcre2: Default to atleast an 8-bit library Christian Melki
@ 2022-11-22 13:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-22 13:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 6f1acb7705ab73b5cc95eb35f7a8b04682a345fa.

Michael

[sent from post-receive hook]

On Tue, 22 Nov 2022 14:20:25 +0100, Christian Melki <christian.melki@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.melki@t2data.com>
> Message-Id: <20221121203518.2094069-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-22 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 20:35 [ptxdist] [PATCH] pcre2: Default to atleast an 8-bit library Christian Melki
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox