All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/libcpprestsdk: add dependency on Boost.System
@ 2025-09-04 19:58 Michael Nosthoff via buildroot
  2025-09-04 19:58 ` [Buildroot] [PATCH v2 2/2] package/boost: remove dependencies " Michael Nosthoff via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Nosthoff via buildroot @ 2025-09-04 19:58 UTC (permalink / raw)
  To: buildroot

libcpprestsdk searches for the Boost.System module in its
CMakeLists. Hence it should be selected as a dependency.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 package/libcpprestsdk/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libcpprestsdk/Config.in b/package/libcpprestsdk/Config.in
index e533b30393..7688021ed0 100644
--- a/package/libcpprestsdk/Config.in
+++ b/package/libcpprestsdk/Config.in
@@ -13,6 +13,7 @@ config BR2_PACKAGE_LIBCPPRESTSDK
 	select BR2_PACKAGE_BOOST_FILESYSTEM
 	select BR2_PACKAGE_BOOST_RANDOM
 	select BR2_PACKAGE_BOOST_REGEX
+	select BR2_PACKAGE_BOOST_SYSTEM
 	select BR2_PACKAGE_BOOST_THREAD
 	select BR2_PACKAGE_OPENSSL
 	help
-- 
2.43.0

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

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

end of thread, other threads:[~2026-01-13 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 19:58 [Buildroot] [PATCH v2 1/2] package/libcpprestsdk: add dependency on Boost.System Michael Nosthoff via buildroot
2025-09-04 19:58 ` [Buildroot] [PATCH v2 2/2] package/boost: remove dependencies " Michael Nosthoff via buildroot
2025-09-05  6:57   ` Michael Nosthoff via buildroot
2026-01-13 19:45   ` Arnout Vandecappelle via buildroot
2026-01-02 17:25 ` [Buildroot] [PATCH v2 1/2] package/libcpprestsdk: add dependency " Thomas Petazzoni via buildroot
2026-01-13 19:45 ` Arnout Vandecappelle 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.