projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae9a4f
)
ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
author
Florian Fainelli
<florian@openwrt.org>
Mon, 7 Jan 2013 18:19:31 +0000
(18:19 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 7 Jan 2013 18:19:31 +0000
(18:19 +0000)
Thanks to kyak for spotting this
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35047
package/libs/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ncurses/Makefile
b/package/libs/ncurses/Makefile
index 465b60cae1467191f2bbc5cf5c1848053bb2af2c..befc8f0fbb6da9567cdbb3d75ba0f261407e217e 100644
(file)
--- 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