From: florian Date: Sat, 8 Mar 2014 00:56:27 +0000 (+0000) Subject: ruby: disable documentation for host build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c66bb863c562ec8046661fcc33c26005eb199bb6;p=packages.git ruby: disable documentation for host build Building the documentation for the host requires a bunch of tools that systems might not have, simply disable it which also speeds up the build time. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/packages@39796 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index c53937b91..7b67ebefb 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -202,6 +202,10 @@ $(call Package/ruby/Default) DEPENDS:=ruby +zlib endef +HOST_CONFIGURE_ARGS += \ + --disable-install-doc \ + --disable-install-rdoc \ + --disable-install-capi CONFIGURE_ARGS += \ --enable-shared \