mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
Thanks to kyak for spotting this Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35047
This commit is contained in:
parent
5ae9a4f830
commit
ebc47a91eb
@ -67,7 +67,7 @@ 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)
|
ifneq ($(CONFIG_INSTALL_LIBSTDCPP),y)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-cxx-binding
|
--without-cxx-binding
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user