From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Ismael Luceno <ismael@iodev.co.uk>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/axel: fix openssl build
Date: Sun, 4 Feb 2024 22:37:39 +0100 [thread overview]
Message-ID: <ZcADo-2-H0FsNICb@landeda> (raw)
In-Reply-To: <20240130222138.136539-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2024-01-30 23:21 +0100, Fabrice Fontaine spake thusly:
> Replace --with-ssl by --with-ssl=openssl to avoid the following build
> failure raised since bump to version 2.17.12 in commit
> 50ba0b0a40187b695740a2fce2d2f3ed7cbf58c5 and
> https://github.com/axel-download-accelerator/axel/commit/21ccacd0c3bb415c550d590cd64aaa9bf08997a8:
>
> configure: error: Invalid argument: --with-ssl=yes
>
> While at it, also add wolfssl support available since
> https://github.com/axel-download-accelerator/axel/commit/0759374239acaeac4105f4851cfabc28433f3bcd
>
> Fixes:
> - http://autobuild.buildroot.org/results/a8c00442bc296353c75e393896abe9883b093a57
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/axel/axel.mk | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/package/axel/axel.mk b/package/axel/axel.mk
> index b3896e86e3..d3a2f4d42c 100644
> --- a/package/axel/axel.mk
> +++ b/package/axel/axel.mk
> @@ -19,8 +19,11 @@ AXEL_CONF_OPTS = \
> CFLAGS="$(TARGET_CFLAGS)"
>
> ifeq ($(BR2_PACKAGE_OPENSSL),y)
> -AXEL_CONF_OPTS += --with-ssl
> +AXEL_CONF_OPTS += --with-ssl=openssl
> AXEL_DEPENDENCIES += openssl
> +else ifeq ($(BR2_PACKAGE_WOLFSSL_ALL),y)
> +AXEL_CONF_OPTS += --with-ssl=wolfssl
> +AXEL_DEPENDENCIES += wolfssl
> else
> AXEL_CONF_OPTS += --without-ssl
> endif
> --
> 2.43.0
>
> _______________________________________________
> 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:[~2024-02-04 21:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-30 22:21 [Buildroot] [PATCH 1/1] package/axel: fix openssl build Fabrice Fontaine
2024-02-04 21:37 ` 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=ZcADo-2-H0FsNICb@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=ismael@iodev.co.uk \
/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