summaryrefslogtreecommitdiffstats
path: root/rules/ncurses.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-23 14:18:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-25 15:11:46 +0200
commit332454a23d980c73deb1b6e7cee7eb3e6fbd3996 (patch)
tree5c0f1b99bf4dca9d79cf43beea8f3c2ed3856651 /rules/ncurses.make
parent5bb9b0f9f005261678875b4ac3e7b6b227e43296 (diff)
downloadptxdist-332454a23d980c73deb1b6e7cee7eb3e6fbd3996.tar.gz
ptxdist-332454a23d980c73deb1b6e7cee7eb3e6fbd3996.tar.xz
ncurses: don't build C++ bindings
They fail to build with gcc-7.2 and are not used. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ncurses.make')
-rw-r--r--rules/ncurses.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 25341cbb8..c2fcde478 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -36,6 +36,7 @@ NCURSES_ENV := \
TIC_PATH="$(PTXCONF_SYSROOT_HOST)/bin/tic"
NCURSES_AUTOCONF_SHARED := \
+ --without-cxx-binding \
--disable-echo \
--disable-nls \
--enable-const \
@@ -123,7 +124,6 @@ ifdef PTXCONF_NCURSES_WIDE_CHAR
echo "INPUT(-l$${lib}w)" > $(NCURSES_PKGDIR)/$(CROSS_LIB_DIR)/lib$${lib}.so ; \
done
echo "INPUT(-lncursesw)" > $(NCURSES_PKGDIR)/$(CROSS_LIB_DIR)/libcurses.so
- ln -sf libncurses++w.a $(NCURSES_PKGDIR)/$(CROSS_LIB_DIR)/libncurses++.a
ln -sf -- "ncursesw$(NCURSES_MAJOR)-config" \
"$(NCURSES_PKGDIR)/usr/bin/ncurses$(NCURSES_MAJOR)-config"