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 <bernh...@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 via email to