mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:04:38 +02:00
[package] ncurses: build C++ bindings only our toolchain supports C++
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33909 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3526d793a6
commit
0f6c57c56a
@ -67,6 +67,11 @@ CONFIGURE_ARGS += \
|
|||||||
--with-terminfo-dirs=/usr/share/terminfo \
|
--with-terminfo-dirs=/usr/share/terminfo \
|
||||||
--with-default-terminfo-dir=/usr/share/terminfo
|
--with-default-terminfo-dir=/usr/share/terminfo
|
||||||
|
|
||||||
|
ifneq ($(INSTALL_LIBSTDCPP),y)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--without-cxx-binding
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),FreeBSD)
|
ifeq ($(HOST_OS),FreeBSD)
|
||||||
CONFIGURE_ARGS +=
|
CONFIGURE_ARGS +=
|
||||||
--with-terminfo=/usr/share/terminfo.db
|
--with-terminfo=/usr/share/terminfo.db
|
||||||
|
Loading…
Reference in New Issue
Block a user