From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Raphael Pavlidis via buildroot <buildroot@buildroot.org>
Cc: Raphael Pavlidis <raphael.pavlidis@googlemail.com>
Subject: Re: [Buildroot] [PATCH 2/3] package/bind: disable cmocka
Date: Wed, 20 Jul 2022 23:37:34 +0200 [thread overview]
Message-ID: <20220720233734.675cd49f@windsurf> (raw)
In-Reply-To: <703d2f07-9c45-9bfa-2278-8bcec8f584ba@googlemail.com>
Hello Raphael,
On Tue, 28 Jun 2022 20:10:07 +0200
Raphael Pavlidis via buildroot <buildroot@buildroot.org> wrote:
> Maybe we could make this dependency dynamically, if the
> BR2_PACKAGE_CMOCKA is enabled.
>
> For Example:
>
> ifeq ($(BR2_PACKAGE_CMOCKA),y)
> BIND_CONF_OPTS += --with-cmocka
> BIND_DEPENDENCIES += cmocka
> else
> BIND_CONF_OPTS += --without-cmocka
> endif
Correct, but we don't "require" this. Indeed, if nobody has ever had
the need for cmocka support in bind, it's fine for the moment to have
an unconditional --without-cmocka. This can be improved later by
someone needing this cmocka support.
Essentially all what I'm saying is that we don't require supporting all
possible optional dependencies/features: it's fine to have some of them
not supported in Buildroot, until someone really needs them.
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-07-20 21:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-19 21:01 [Buildroot] [PATCH 1/3] package/bind: drop unrecognized options Fabrice Fontaine
2022-06-19 21:01 ` [Buildroot] [PATCH 2/3] package/bind: disable cmocka Fabrice Fontaine
2022-06-28 18:10 ` Raphael Pavlidis via buildroot
2022-07-20 21:37 ` Thomas Petazzoni via buildroot [this message]
2022-08-11 17:33 ` Peter Korsgaard
2022-06-19 21:01 ` [Buildroot] [PATCH 3/3] package/bind: add libmaxminddb optional dependency Fabrice Fontaine
2022-08-11 17:33 ` Peter Korsgaard
2022-07-20 21:36 ` [Buildroot] [PATCH 1/3] package/bind: drop unrecognized options Thomas Petazzoni via buildroot
2022-08-11 17:33 ` Peter Korsgaard
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=20220720233734.675cd49f@windsurf \
--to=buildroot@buildroot.org \
--cc=raphael.pavlidis@googlemail.com \
--cc=thomas.petazzoni@bootlin.com \
/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.