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 2/5] package/wget: use explicit --with/without-libuuid option
Date: Fri, 18 Mar 2022 22:27:59 +0100 [thread overview]
Message-ID: <20220318212759.GJ283544@scaer> (raw)
In-Reply-To: <20220318202044.10413-2-ps.report@gmx.net>
On 2022-03-18 21:20 +0100, Peter Seiderer spake thusly:
> - use explicit --with/without-libuuid option
Repeating the commit title in the commit log is not very helpul...
Applied to master with that fixed, thanks.
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 | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/wget/wget.mk b/package/wget/wget.mk
> index d100a59eae..7fda36f1f5 100644
> --- a/package/wget/wget.mk
> +++ b/package/wget/wget.mk
> @@ -43,7 +43,10 @@ WGET_CONF_OPTS += --without-libidn
> endif
>
> ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
> +WGET_CONF_OPTS += --with-libuuid
> WGET_DEPENDENCIES += util-linux
> +else
> +WGET_CONF_OPTS += --without-libuuid
> endif
>
> ifeq ($(BR2_PACKAGE_ZLIB),y)
> --
> 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:28 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 [this message]
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 ` [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=20220318212759.GJ283544@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 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.