mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Artur Wiebe <artur@4wiebe.de>
Subject: Re: [ptxdist] [APPLIED] systemd: regexp matching support using pcre2
Date: Fri, 17 Feb 2023 16:36:01 +0100	[thread overview]
Message-ID: <20230217153601.1291809-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230216091921.1816952-1-artur@4wiebe.de>

Thanks, applied as 09ac86f71cfccb32b57afe7fb8f1b040e4f67468.

Michael

[sent from post-receive hook]

On Fri, 17 Feb 2023 16:36:00 +0100, Artur Wiebe <artur@4wiebe.de> wrote:
> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> Message-Id: <20230216091921.1816952-1-artur@4wiebe.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/systemd.in b/rules/systemd.in
> index 17997574b62e..e18bdb24f3c1 100644
> --- a/rules/systemd.in
> +++ b/rules/systemd.in
> @@ -23,6 +23,7 @@ menuconfig SYSTEMD
>  	select XZ		if SYSTEMD_XZ
>  	select LZ4		if SYSTEMD_LZ4
>  	select ZSTD		if SYSTEMD_ZSTD
> +	select PCRE2		if SYSTEMD_PCRE2
>  	select LIBMICROHTTPD	if SYSTEMD_MICROHTTPD
>  	select LIBSECCOMP	if SYSTEMD_SECCOMP
>  	select IPTABLES		if SYSTEMD_IPMASQUERADE
> @@ -180,6 +181,10 @@ config SYSTEMD_ZSTD
>  	bool
>  	prompt "ZSTD compressed journal support"
>  
> +config SYSTEMD_PCRE2
> +	bool
> +	prompt "regexp matching support using pcre2"
> +
>  config SYSTEMD_JOURNAL_REMOTE
>  	bool
>  	select SYSTEMD_MICROHTTPD
> diff --git a/rules/systemd.make b/rules/systemd.make
> index 7e085f49de69..298b05702d4e 100644
> --- a/rules/systemd.make
> +++ b/rules/systemd.make
> @@ -151,7 +151,7 @@ SYSTEMD_CONF_OPT	:= \
>  	-Doss-fuzz=false \
>  	-Dp11kit=false \
>  	-Dpam=false \
> -	-Dpcre2=false \
> +	-Dpcre2=$(call ptx/truefalse,PTXCONF_SYSTEMD_PCRE2) \
>  	-Dpolkit=$(call ptx/truefalse,PTXCONF_SYSTEMD_POLKIT) \
>  	-Dportabled=false \
>  	-Dpstore=false \



      reply	other threads:[~2023-02-17 15:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16  9:19 [ptxdist] [PATCH] " Artur Wiebe
2023-02-17 15:36 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230217153601.1291809-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=artur@4wiebe.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox