All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] fluent-bit: needs C++
@ 2023-01-28 17:47 Thomas Devoogdt
  2023-01-28 17:47 ` [Buildroot] [PATCH] fluent-bit: fix -latomic on various platforms Thomas Devoogdt
  2023-01-28 17:47 ` [Buildroot] [PATCH] fluent-bit: needs arch support for wasm Thomas Devoogdt
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Devoogdt @ 2023-01-28 17:47 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Devoogdt, Thomas Petazzoni

From: Thomas Devoogdt <thomas.devoogdt@gmail.com>

Fixes:
 - http://autobuild.buildroot.net/results/007/007c7c69e54b8ff663891da4535e2e95d40c42a2/build-end.log
 - http://autobuild.buildroot.net/results/ede/ede6f9fb67c0c26ff02e71a3d20e3d4344ea59f0/build-end.log

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@gmail.com>
---
 package/fluent-bit/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/fluent-bit/Config.in b/package/fluent-bit/Config.in
index 11ceb55d4f..bd89c05faa 100644
--- a/package/fluent-bit/Config.in
+++ b/package/fluent-bit/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_FLUENT_BIT
 	bool "fluent-bit"
+	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_USES_GLIBC
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_LIBYAML
@@ -8,5 +9,5 @@ config BR2_PACKAGE_FLUENT_BIT
 
 	  https://github.com/fluent/fluent-bit
 
-comment "fluent-bit needs a glibc toolchain"
-	depends on !BR2_TOOLCHAIN_USES_GLIBC
+comment "fluent-bit needs a glibc toolchain w/ C++"
+	depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
-- 
2.39.0

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

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

end of thread, other threads:[~2023-01-28 17:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 17:47 [Buildroot] [PATCH] fluent-bit: needs C++ Thomas Devoogdt
2023-01-28 17:47 ` [Buildroot] [PATCH] fluent-bit: fix -latomic on various platforms Thomas Devoogdt
2023-01-28 17:47 ` [Buildroot] [PATCH] fluent-bit: needs arch support for wasm Thomas Devoogdt

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.