projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d8acdc
)
ncurses: speed up host build
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 24 Feb 2013 07:27:51 +0000
(07:27 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Mar 2013 20:19:05 +0000
(21:19 +0100)
Disable C++ and Ada bindings in host-ncurses, since those are not
needed. Save 9 seconds of build time on my laptop.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ncurses/ncurses.mk
patch
|
blob
|
history
diff --git
a/package/ncurses/ncurses.mk
b/package/ncurses/ncurses.mk
index e77a0f1afb93fac7364d070a8aa567646e9ffc3f..c01dfbc36b952f78f7072a53d6d29e264cc51c9a 100644
(file)
--- a/
package/ncurses/ncurses.mk
+++ b/
package/ncurses/ncurses.mk
@@
-117,7
+117,10
@@
endef
HOST_NCURSES_CONF_OPT = \
--without-shared --without-gpm \
- --without-manpages
+ --without-manpages \
+ --without-cxx \
+ --without-cxx-binding \
+ --without-ada
$(eval $(autotools-package))
$(eval $(host-autotools-package))