From: Florian Fainelli Date: Mon, 7 Jan 2013 18:19:31 +0000 (+0000) Subject: ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ebc47a91eb5028b08c33d0cddfebaa547b4b2ebf;p=openwrt%2Fstaging%2Fwigyori.git ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol Thanks to kyak for spotting this Signed-off-by: Florian Fainelli SVN-Revision: 35047 --- diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile index 465b60cae1..befc8f0fbb 100644 --- a/package/libs/ncurses/Makefile +++ b/package/libs/ncurses/Makefile @@ -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