Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sentry-cli: needs host-libopenssl
@ 2023-08-25 16:17 Bernd Kuhls
  2023-12-24 17:37 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-08-25 16:17 UTC (permalink / raw)
  To: buildroot; +Cc: Joseph Kogut

Fixes:
http://autobuild.buildroot.net/results/b86/b8613dc343c9ebb1470075a72ad86137ddddf5a7/

This build error did not occur prior to bumping libopenssl to 3.0.9 with
buildroot commit 3c66f65a6a549930870f2c0d98abb5ca9321d2a5

It first occured after a libopeenssl 3.x fixed was commit to buildroot
with commit 8382f0eb41bc12098f032c12781fb488aa63d901 here:
http://autobuild.buildroot.net/results/2df/2df940342007e1e3bcdc9defde3a8be1fef1a0b3/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
The rust build system and its dependency management are a complete
mystery to me, I can not provide more information.

 package/sentry-cli/sentry-cli.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sentry-cli/sentry-cli.mk b/package/sentry-cli/sentry-cli.mk
index df419f81e1..9a05992853 100644
--- a/package/sentry-cli/sentry-cli.mk
+++ b/package/sentry-cli/sentry-cli.mk
@@ -9,6 +9,6 @@ SENTRY_CLI_SITE = $(call github,getsentry,sentry-cli,$(SENTRY_CLI_VERSION))
 SENTRY_CLI_LICENSE = BSD-3-clause
 SENTRY_CLI_LICENSE_FILES = LICENSE
 
-HOST_SENTRY_CLI_DEPENDENCIES = host-zlib
+HOST_SENTRY_CLI_DEPENDENCIES = host-pkgconf host-libopenssl host-zlib
 
 $(eval $(host-cargo-package))
-- 
2.39.2

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

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

end of thread, other threads:[~2023-12-24 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 16:17 [Buildroot] [PATCH 1/1] package/sentry-cli: needs host-libopenssl Bernd Kuhls
2023-12-24 17:37 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox