From: Peter Korsgaard <peter@korsgaard.com>
To: "Flávio Tapajós" <flavio.tapajos@newtesc.com.br>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/2] package/rsyslog: add libdbi-drivers optional dependency
Date: Sat, 02 Dec 2023 09:39:27 +0100 [thread overview]
Message-ID: <87y1ed2e2o.fsf@48ers.dk> (raw)
In-Reply-To: <20231129110258.3708-2-flavio.tapajos@newtesc.com.br> ("Flávio Tapajós"'s message of "Wed, 29 Nov 2023 08:02:58 -0300")
>>>>> "Flávio" == Flávio Tapajós <flavio.tapajos@newtesc.com.br> writes:
> Needed in order to use omlibdbi module
> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
> ---
> DEVELOPERS | 1 +
> package/rsyslog/rsyslog.mk | 7 +++++++
> 2 files changed, 8 insertions(+)
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 1f26e9bc81..2f3eedf8a0 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1078,6 +1078,7 @@ F: package/python-pymodbus/
> N: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
> F: configs/asus_tinker-s_rk3288_defconfig
> F: board/asus/tinker-s/
> +F: package/rsyslog/
I've split the DEVELOPERS addition in a separate commit and applied to
next, thanks.
> N: Florian Fainelli <f.fainelli@gmail.com>
> F: package/cpulimit/
> diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
> index cf9f2c0e79..8ea92ea785 100644
> --- a/package/rsyslog/rsyslog.mk
> +++ b/package/rsyslog/rsyslog.mk
> @@ -151,6 +151,13 @@ RSYSLOG_CONF_OPTS += \
> --disable-omjournal
> endif
> +ifeq ($(BR2_PACKAGE_LIBDBI_DRIVERS),y)
> +RSYSLOG_CONF_OPTS += --enable-libdbi
> +RSYSLOG_DEPENDENCIES += libdbi-drivers
> +else
> +RSYSLOG_CONF_OPTS += --disable-libdbi
> +endif
> +
> define RSYSLOG_INSTALL_INIT_SYSTEMD
> $(INSTALL) -m 0644 -D package/rsyslog/rsyslog.service \
> $(TARGET_DIR)/usr/lib/systemd/system/rsyslog.service
> --
> 2.43.0
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-12-02 8:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 11:02 [Buildroot] [PATCH 1/2] package/rsyslog: bump version to 8.2310.0 Flávio Tapajós
2023-11-29 11:02 ` [Buildroot] [PATCH 2/2] package/rsyslog: add libdbi-drivers optional dependency Flávio Tapajós
2023-12-02 8:39 ` Peter Korsgaard [this message]
2023-12-02 8:38 ` [Buildroot] [PATCH 1/2] package/rsyslog: bump version to 8.2310.0 Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2023-11-28 13:43 Flávio Tapajós
2023-11-28 13:43 ` [Buildroot] [PATCH 2/2] package/rsyslog: add libdbi-drivers optional dependency Flávio Tapajós
2023-11-28 14:07 ` Baruch Siach via buildroot
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=87y1ed2e2o.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=flavio.tapajos@newtesc.com.br \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.