diff mbox series

[1/1] package/libdill: bump to latest git commit

Message ID 20220810094911.2908651-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libdill: bump to latest git commit | expand

Commit Message

Fabrice Fontaine Aug. 10, 2022, 9:49 a.m. UTC
This bump will fix the following openssl static build failure raised
since the addition of the package in commit
d4b13b21024a894a2fc682090f3e01d53bd699e9 thanks to
https://github.com/sustrik/libdill/commit/b3b81d2c7bf4daf8a57925ddd40f5b6f13484187:

checking for SSL_ctrl  in -lssl... no
configure: error: libssl not found; install OpenSSL

Fixes:
 - http://autobuild.buildroot.org/results/0b5c1f8675d218e0abf57b4d46428fe06e28431e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libdill/libdill.hash | 2 +-
 package/libdill/libdill.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Aug. 15, 2022, 9:34 a.m. UTC | #1
On Wed, 10 Aug 2022 11:49:11 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This bump will fix the following openssl static build failure raised
> since the addition of the package in commit
> d4b13b21024a894a2fc682090f3e01d53bd699e9 thanks to
> https://github.com/sustrik/libdill/commit/b3b81d2c7bf4daf8a57925ddd40f5b6f13484187:
> 
> checking for SSL_ctrl  in -lssl... no
> configure: error: libssl not found; install OpenSSL
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/0b5c1f8675d218e0abf57b4d46428fe06e28431e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libdill/libdill.hash | 2 +-
>  package/libdill/libdill.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master as it fixes a build issue, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/libdill/libdill.hash b/package/libdill/libdill.hash
index 4a1fb91a57..2f74b762c6 100644
--- a/package/libdill/libdill.hash
+++ b/package/libdill/libdill.hash
@@ -1,3 +1,3 @@ 
 # sha256 locally computed
-sha256  6df7527e8f1e91f5106c21c5bfeaa69eee470bec476c74585143e3e439864404  libdill-fa01648cf2a8d06e53c965b45eeacfb3ac57bd04.tar.gz
+sha256  a883a38d4073f43612b3221f908428ce9f663f940e5dd89c8dfad14058890380  libdill-32d0e8b733416208e0412a56490332772bc5c6e1.tar.gz
 sha256  3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6  COPYING
diff --git a/package/libdill/libdill.mk b/package/libdill/libdill.mk
index 117e8254e0..9dda81d085 100644
--- a/package/libdill/libdill.mk
+++ b/package/libdill/libdill.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBDILL_VERSION = fa01648cf2a8d06e53c965b45eeacfb3ac57bd04
+LIBDILL_VERSION = 32d0e8b733416208e0412a56490332772bc5c6e1
 LIBDILL_SITE = $(call github,sustrik,libdill,$(LIBDILL_VERSION))
 LIBDILL_LICENSE = MIT
 LIBDILL_LICENSE_FILES = COPYING
@@ -19,7 +19,7 @@  LIBDILL_CONF_OPTS += --disable-threads
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
-LIBDILL_DEPENDENCIES += openssl
+LIBDILL_DEPENDENCIES += host-pkgconf openssl
 LIBDILL_CONF_OPTS += --enable-tls
 else
 LIBDILL_CONF_OPTS += --disable-tls