From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Peter Seiderer <ps.report@gmx.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2 4/5] package/wget: add optional c-ares dependency
Date: Fri, 18 Mar 2022 22:33:44 +0100 [thread overview]
Message-ID: <20220318213344.GK283544@scaer> (raw)
In-Reply-To: <20220318202044.10413-4-ps.report@gmx.net>
Peter, All,
On 2022-03-18 21:20 +0100, Peter Seiderer spake thusly:
> - add optional c-ares dependency
Again, not very usefull... But there isn't much to say in this commit,
the title is far sufficient, so an empty commit log is OK.
(Who would have guessed I would ever say that? Who'd have bet? ;-) )
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> Changes v1 -> v2:
> - split out from original patch
> ---
> package/wget/wget.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/package/wget/wget.mk b/package/wget/wget.mk
> index d0556e323c..69ca8f261c 100644
> --- a/package/wget/wget.mk
> +++ b/package/wget/wget.mk
> @@ -63,6 +63,13 @@ else
> WGET_CONF_OPTS += --without-zlib
> endif
>
> +ifeq ($(BR2_PACKAGE_C_ARES),y)
> +WGET_CONF_OPTS += --with-cares
> +WGET_DEPENDENCIES += c-ares
> +else
> +WGET_CONF_OPTS += --without-cares
> +endif
> +
> ifeq ($(BR2_PACKAGE_PCRE2),y)
> WGET_CONF_OPTS += --disable-pcre --enable-pcre2
> WGET_DEPENDENCIES += pcre2
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-03-18 21:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-18 20:20 [Buildroot] [PATCH v2 1/5] package/wget: explicit set some default options Peter Seiderer
2022-03-18 20:20 ` [Buildroot] [PATCH v2 2/5] package/wget: use explicit --with/without-libuuid option Peter Seiderer
2022-03-18 21:27 ` Yann E. MORIN
2022-03-21 12:21 ` Peter Korsgaard
2022-03-18 20:20 ` [Buildroot] [PATCH v2 3/5] package/wget: add optional libpsl dependency Peter Seiderer
2022-03-18 21:34 ` Yann E. MORIN
2022-03-21 12:21 ` Peter Korsgaard
2022-03-18 20:20 ` [Buildroot] [PATCH v2 4/5] package/wget: add optional c-ares dependency Peter Seiderer
2022-03-18 21:33 ` Yann E. MORIN [this message]
2022-03-21 12:22 ` Peter Korsgaard
2022-03-18 20:20 ` [Buildroot] [PATCH v2 5/5] package/wget: bump version to 1.21.3 Peter Seiderer
2022-03-18 20:50 ` Peter Seiderer
2022-03-18 21:25 ` [Buildroot] [PATCH v2 1/5] package/wget: explicit set some default options Yann E. MORIN
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=20220318213344.GK283544@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=ps.report@gmx.net \
/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