aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ncurses
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-01-07 18:19:31 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-01-07 18:19:31 +0000
commitebc47a91eb5028b08c33d0cddfebaa547b4b2ebf (patch)
treea0b0a924d106f31c50f8c15ca292f27baa4d9c3b /package/libs/ncurses
parent5ae9a4f830f369b4e8cf20d5bc569946f7cae06e (diff)
downloadupstream-ebc47a91eb5028b08c33d0cddfebaa547b4b2ebf.tar.gz
upstream-ebc47a91eb5028b08c33d0cddfebaa547b4b2ebf.tar.bz2
upstream-ebc47a91eb5028b08c33d0cddfebaa547b4b2ebf.zip
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
Diffstat (limited to 'package/libs/ncurses')
-rw-r--r--package/libs/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
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