summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-07 18:19:31 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-07 18:19:31 +0000
commit49bbd42fd3bc8d320e4ea238a8f8fdbd62ab7015 (patch)
treef8a0e2ab9750005d8349219b800d1e322e981491 /package/libs
parente90303c5603c9ade3287c624540cec278298f570 (diff)
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-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-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 465b60cae..befc8f0fb 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