mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 02:21:19 +01:00
ncurses: build C++ bindings only our toolchain supports C++
SVN-Revision: 33909
This commit is contained in:
parent
3948c077c9
commit
7756529b80
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue