]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
axel: bump to version 2.16.1
authorIsmael Luceno <ismael@iodev.co.uk>
Tue, 5 Dec 2017 05:42:37 +0000 (02:42 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Dec 2017 21:22:41 +0000 (22:22 +0100)
Fixes building against static libssl:

  http://autobuild.buildroot.net/results/7edb3756a07bbac27f852332b81677feb6156a48/

The major change between 2.16 and 2.16.1 that fixes static linking
with libssl is that pkg-config is now used to detect
libssl. Therefore, we add a dependency on host-pkgconf.

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/axel/axel.hash
package/axel/axel.mk

index 1fc1c55ae07d5788413c2c4d9113492c7fcbb25b..c317fb886f64bf308286cb8d8eb363c9b163d3f6 100644 (file)
@@ -1 +1 @@
-sha256 bd65f8d8add34ab61ce1fb9e1c7b1c3449b1cfd981ce48aeee218e755ba0d6fb  axel-2.16.tar.xz
+sha256 d34094eb63eaebc989f96eabdda091dcfb28e840bb8d274a5f216775941f59e4  axel-2.16.1.tar.xz
index 136c2e26eb087ee4ad7aba10de2ad4fd8bb428ac..129ea2952f94a5ff5df9c781f3eb357e10ef445a 100644 (file)
@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-AXEL_VERSION = 2.16
+AXEL_VERSION = 2.16.1
 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+
 AXEL_LICENSE_FILES = COPYING
-AXEL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
+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.