Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boost: Add coment when C++ is missing
@ 2012-03-02 18:52 Stephan Thamm
  2012-03-03 15:12 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Stephan Thamm @ 2012-03-02 18:52 UTC (permalink / raw)
  To: buildroot

Hi,
a coworker just searched boost in the current release and was not able to find 
it. He even found out which section it was in but he was missing C++ support 
so he didn't see anything.

This patch would have saved him much time:

---
 package/boost/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 7598d02..eac91dc 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -8,6 +8,9 @@ config BR2_PACKAGE_BOOST
 
          http://www.boost.org/
 
+comment "boost requires a toolchain with C++ support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP
+
 if BR2_PACKAGE_BOOST
 
 config BR2_PACKAGE_BOOST_MULTITHREADED
-- 
1.7.9

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

end of thread, other threads:[~2012-03-16 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 18:52 [Buildroot] [PATCH] boost: Add coment when C++ is missing Stephan Thamm
2012-03-03 15:12 ` Arnout Vandecappelle
2012-03-03 20:00   ` Stephan Thamm
2012-03-16 21:43     ` Peter Korsgaard

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