mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Walle <bernhard@bwalle.de>
To: ptxdist@pengutronix.de
Cc: Bernhard Walle <bernhard@bwalle.de>
Subject: [ptxdist] [PATCH] host-ncurses: Build without C++ bindings
Date: Mon, 24 Jul 2017 20:46:02 +0200	[thread overview]
Message-ID: <20170724184602.1362-1-bernhard@bwalle.de> (raw)

The C++ bindings of ncurses don't build with gcc 7.1.1 which is the
current default compiler on Arch Linux. Instead of patching ncurses
we just disable the build of the C++ bindings since they are not needed
for host tools.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 rules/host-ncurses.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make
index b072d9b41..c543cb4ca 100644
--- a/rules/host-ncurses.make
+++ b/rules/host-ncurses.make
@@ -24,7 +24,8 @@ HOST_NCURSES_CONF_TOOL	:= autoconf
 HOST_NCURSES_CONF_OPT	= \
 	$(HOST_AUTOCONF) \
 	$(NCURSES_AUTOCONF_SHARED) \
-	--without-shared
+	--without-shared \
+	--without-cxx-binding
 
 HOST_NCURSES_CPPFLAGS	:= -P
 
-- 
2.13.3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2017-07-24 18:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170724184602.1362-1-bernhard@bwalle.de \
    --to=bernhard@bwalle.de \
    --cc=ptxdist@pengutronix.de \
    /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