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

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