ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
Thanks to kyak for spotting this Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35047 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
28703738e9
commit
991f750018
|
@ -67,7 +67,7 @@ CONFIGURE_ARGS += \
|
|||
--with-terminfo-dirs=/usr/share/terminfo \
|
||||
--with-default-terminfo-dir=/usr/share/terminfo
|
||||
|
||||
ifneq ($(INSTALL_LIBSTDCPP),y)
|
||||
ifneq ($(CONFIG_INSTALL_LIBSTDCPP),y)
|
||||
CONFIGURE_ARGS += \
|
||||
--without-cxx-binding
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue