From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@buildroot.org
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>,
Fabrice Fontaine <fontaine.fabrice@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/libdill: bump to latest git commit
Date: Wed, 10 Aug 2022 11:49:11 +0200 [thread overview]
Message-ID: <20220810094911.2908651-1-fontaine.fabrice@gmail.com> (raw)
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
next reply other threads:[~2022-08-10 9:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-10 9:49 Fabrice Fontaine [this message]
2022-08-15 9:34 ` [Buildroot] [PATCH 1/1] package/libdill: bump to latest git commit Thomas Petazzoni via buildroot
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=20220810094911.2908651-1-fontaine.fabrice@gmail.com \
--to=fontaine.fabrice@gmail.com \
--cc=angelo.compagnucci@gmail.com \
--cc=buildroot@buildroot.org \
/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;
as well as URLs for NNTP newsgroup(s).