Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Thamm <thammi@chaossource.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] boost: Add coment when C++ is missing
Date: Fri, 2 Mar 2012 19:52:03 +0100	[thread overview]
Message-ID: <201203021952.03453.thammi@chaossource.net> (raw)

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

             reply	other threads:[~2012-03-02 18:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 18:52 Stephan Thamm [this message]
2012-03-03 15:12 ` [Buildroot] [PATCH] boost: Add coment when C++ is missing Arnout Vandecappelle
2012-03-03 20:00   ` Stephan Thamm
2012-03-16 21:43     ` Peter Korsgaard

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=201203021952.03453.thammi@chaossource.net \
    --to=thammi@chaossource.net \
    --cc=buildroot@busybox.net \
    /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