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 1/5] package/wget: explicit set some default options
Date: Fri, 18 Mar 2022 22:25:53 +0100 [thread overview]
Message-ID: <20220318212553.GI283544@scaer> (raw)
In-Reply-To: <20220318202044.10413-1-ps.report@gmx.net>
Peter, All,
On 2022-03-18 21:20 +0100, Peter Seiderer spake thusly:
> - explicit set some default options (--without-metalink, --enable-opie,
> --enable-digest, --enable-ntlm, --disable-debug, --disable-valgrind-tests,
> --disable-assert)
Repeating the title and the code in the commit message is not very
helpful.
What would be more intertesting, is to explain why you did need to set
those options, and just those, among all the others that are available,
like attr, iri... (I think that is basically what Thomas asked for in
his review of your v1).
I see that your series will also introduces some optional support
(libpsl, c-ares), but if just this first patch is applied, then that
also leaves those options unset, so this first patch should really add
defaults to all options.
Regards,
Yann E. MORIN.
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Changes v1 -> v2:
> - split out from original patch
> ---
> package/wget/wget.mk | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/package/wget/wget.mk b/package/wget/wget.mk
> index f30fa39917..d100a59eae 100644
> --- a/package/wget/wget.mk
> +++ b/package/wget/wget.mk
> @@ -12,6 +12,15 @@ WGET_LICENSE = GPL-3.0+
> WGET_LICENSE_FILES = COPYING
> WGET_CPE_ID_VENDOR = gnu
>
> +WGET_CONF_OPTS = \
> + --without-metalink \
> + --enable-opie \
> + --enable-digest \
> + --enable-ntlm \
> + --disable-debug \
> + --disable-valgrind-tests \
> + --disable-assert
> +
> ifeq ($(BR2_PACKAGE_GNUTLS),y)
> WGET_CONF_OPTS += --with-ssl=gnutls
> WGET_DEPENDENCIES += gnutls
> --
> 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
prev parent reply other threads:[~2022-03-18 21:26 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
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 ` Yann E. MORIN [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=20220318212553.GI283544@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