summaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/ncurses.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index e77a0f1af..c01dfbc36 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -117,7 +117,10 @@ endef
HOST_NCURSES_CONF_OPT = \
--without-shared --without-gpm \
- --without-manpages
+ --without-manpages \
+ --without-cxx \
+ --without-cxx-binding \
+ --without-ada
$(eval $(autotools-package))
$(eval $(host-autotools-package))