All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/axel: bump version to 2.17.14
@ 2024-04-13  4:25 Ismael Luceno
  2024-04-28 18:06 ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Ismael Luceno @ 2024-04-13  4:25 UTC (permalink / raw)
  To: buildroot; +Cc: Ismael Luceno

Remove ac_cv_prog_cc_c99; axel has been updated to autoconf 2.72, whose C99
test is compatible with BR2_USE_WCHAR=n.

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
---
 package/axel/axel.hash | 2 +-
 package/axel/axel.mk   | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/package/axel/axel.hash b/package/axel/axel.hash
index b2ff52876b4b..4902dd7946c1 100644
--- a/package/axel/axel.hash
+++ b/package/axel/axel.hash
@@ -1,2 +1,2 @@
-sha256  6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723  axel-2.17.13.tar.xz
+sha256  938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693  axel-2.17.14.tar.xz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/axel/axel.mk b/package/axel/axel.mk
index 90e5156e064b..ff96ea94b676 100644
--- a/package/axel/axel.mk
+++ b/package/axel/axel.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AXEL_VERSION = 2.17.13
+AXEL_VERSION = 2.17.14
 AXEL_SITE = https://github.com/axel-download-accelerator/axel/releases/download/v$(AXEL_VERSION)
 AXEL_SOURCE = axel-$(AXEL_VERSION).tar.xz
 AXEL_LICENSE = GPL-2.0+
@@ -12,10 +12,7 @@ AXEL_LICENSE_FILES = COPYING
 AXEL_CPE_ID_VALID = YES
 AXEL_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
 
-# ac_cv_prog_cc_c99 is required for BR2_USE_WCHAR=n because the C99 test
-# provided by autoconf relies on wchar_t.
 AXEL_CONF_OPTS = \
-	ac_cv_prog_cc_c99=-std=c99 \
 	CFLAGS="$(TARGET_CFLAGS)"
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH] package/axel: bump version to 2.17.14
  2024-04-13  4:25 [Buildroot] [PATCH] package/axel: bump version to 2.17.14 Ismael Luceno
@ 2024-04-28 18:06 ` Arnout Vandecappelle via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-04-28 18:06 UTC (permalink / raw)
  To: Ismael Luceno, buildroot



On 13/04/2024 06:25, Ismael Luceno wrote:
> Remove ac_cv_prog_cc_c99; axel has been updated to autoconf 2.72, whose C99
> test is compatible with BR2_USE_WCHAR=n.
> 
> Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/axel/axel.hash | 2 +-
>   package/axel/axel.mk   | 5 +----
>   2 files changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/package/axel/axel.hash b/package/axel/axel.hash
> index b2ff52876b4b..4902dd7946c1 100644
> --- a/package/axel/axel.hash
> +++ b/package/axel/axel.hash
> @@ -1,2 +1,2 @@
> -sha256  6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723  axel-2.17.13.tar.xz
> +sha256  938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693  axel-2.17.14.tar.xz
>   sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
> diff --git a/package/axel/axel.mk b/package/axel/axel.mk
> index 90e5156e064b..ff96ea94b676 100644
> --- a/package/axel/axel.mk
> +++ b/package/axel/axel.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -AXEL_VERSION = 2.17.13
> +AXEL_VERSION = 2.17.14
>   AXEL_SITE = https://github.com/axel-download-accelerator/axel/releases/download/v$(AXEL_VERSION)
>   AXEL_SOURCE = axel-$(AXEL_VERSION).tar.xz
>   AXEL_LICENSE = GPL-2.0+
> @@ -12,10 +12,7 @@ AXEL_LICENSE_FILES = COPYING
>   AXEL_CPE_ID_VALID = YES
>   AXEL_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
>   
> -# ac_cv_prog_cc_c99 is required for BR2_USE_WCHAR=n because the C99 test
> -# provided by autoconf relies on wchar_t.
>   AXEL_CONF_OPTS = \
> -	ac_cv_prog_cc_c99=-std=c99 \
>   	CFLAGS="$(TARGET_CFLAGS)"
>   
>   ifeq ($(BR2_PACKAGE_OPENSSL),y)
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-28 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-13  4:25 [Buildroot] [PATCH] package/axel: bump version to 2.17.14 Ismael Luceno
2024-04-28 18:06 ` Arnout Vandecappelle via buildroot

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.