All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libdill: bump to latest git commit
@ 2022-08-10  9:49 Fabrice Fontaine
  2022-08-15  9:34 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-10  9:49 UTC (permalink / raw)
  To: buildroot; +Cc: Angelo Compagnucci, Fabrice Fontaine

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(-)

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
-- 
2.35.1

_______________________________________________
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 1/1] package/libdill: bump to latest git commit
  2022-08-10  9:49 [Buildroot] [PATCH 1/1] package/libdill: bump to latest git commit Fabrice Fontaine
@ 2022-08-15  9:34 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-15  9:34 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Angelo Compagnucci, buildroot

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
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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:[~2022-08-15  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10  9:49 [Buildroot] [PATCH 1/1] package/libdill: bump to latest git commit Fabrice Fontaine
2022-08-15  9:34 ` Thomas Petazzoni 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.