From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/freeradius-server: remove redundant pcre dependency
Date: Tue, 14 Apr 2026 17:46:07 +0200 [thread overview]
Message-ID: <20260414154607.335958-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260405073025.13295-1-bernd@kuhls.net>
In reply of:
> Buildroot commit 736c4c1655d93652a9a7e79235bbe726b3d46176 added the
> package with two identical code blocks dealing with the dependency to
> pcre:
>
> https://gitlab.com/buildroot.org/buildroot/-/blob/master/package/freeradius-server/freeradius-server.mk#L161
> https://gitlab.com/buildroot.org/buildroot/-/blob/master/package/freeradius-server/freeradius-server.mk#L218
>
> Remove one of these code blocks.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x & 2026.02.x. Thanks
> ---
> package/freeradius-server/freeradius-server.mk | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/package/freeradius-server/freeradius-server.mk b/package/freeradius-server/freeradius-server.mk
> index 946750f1a5..9b5b3d13ea 100644
> --- a/package/freeradius-server/freeradius-server.mk
> +++ b/package/freeradius-server/freeradius-server.mk
> @@ -215,13 +215,6 @@ FREERADIUS_SERVER_CONF_OPTS += \
> --without-rlm_eap_pwd
> endif
>
> -ifeq ($(BR2_PACKAGE_PCRE),y)
> -FREERADIUS_SERVER_CONF_OPTS += --with-pcre
> -FREERADIUS_SERVER_DEPENDENCIES += pcre
> -else
> -FREERADIUS_SERVER_CONF_OPTS += --without-pcre
> -endif
> -
> ifeq ($(BR2_PACKAGE_RUBY),y)
> FREERADIUS_SERVER_CONF_OPTS += --with-rlm_ruby
> FREERADIUS_SERVER_DEPENDENCIES += ruby
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-04-14 15:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-05 7:30 [Buildroot] [PATCH 1/1] package/freeradius-server: remove redundant pcre dependency Bernd Kuhls
2026-04-06 8:36 ` Julien Olivain via buildroot
2026-04-14 15:46 ` Thomas Perale via buildroot [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=20260414154607.335958-1-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=thomas.perale@mind.be \
/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