From: florian Date: Mon, 7 Jan 2013 18:19:31 +0000 (+0000) Subject: ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol X-Git-Tag: fast2504n-3.10.28-merged~3802 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=49bbd42fd3bc8d320e4ea238a8f8fdbd62ab7015;p=openwrt.git ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol Thanks to kyak for spotting this Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35047 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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