]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
ncurses: speed up host build
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 24 Feb 2013 07:27:51 +0000 (07:27 +0000)
committerPeter 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

index e77a0f1afb93fac7364d070a8aa567646e9ffc3f..c01dfbc36b952f78f7072a53d6d29e264cc51c9a 100644 (file)
@@ -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))