From 991f750018581ba2bd6e29f3eb47ba31372d1590 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 7 Jan 2013 18:19:31 +0000 Subject: [PATCH] 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 --- package/libs/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.35.1