mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-ncurses: Build without C++ bindings
@ 2017-07-24 18:46 Bernhard Walle
  0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2017-07-24 18:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bernhard Walle

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-24 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-24 18:46 [ptxdist] [PATCH] host-ncurses: Build without C++ bindings Bernhard Walle

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