Преглед изворни кода

ncurses: build C++ bindings only our toolchain supports C++

SVN-Revision: 33909
Florian Fainelli пре 13 година
родитељ
комит
7756529b80
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      package/libs/ncurses/Makefile

+ 5 - 0
package/libs/ncurses/Makefile

@@ -67,6 +67,11 @@ CONFIGURE_ARGS += \
 	--with-terminfo-dirs=/usr/share/terminfo \
 	--with-default-terminfo-dir=/usr/share/terminfo
 
+ifneq ($(INSTALL_LIBSTDCPP),y)
+CONFIGURE_ARGS += \
+	--without-cxx-binding
+endif
+
 ifeq ($(HOST_OS),FreeBSD)
 	CONFIGURE_ARGS +=
 		--with-terminfo=/usr/share/terminfo.db