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 <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39796 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bad6c653d3
commit
c66bb863c5
@ -202,6 +202,10 @@ $(call Package/ruby/Default)
|
|||||||
DEPENDS:=ruby +zlib
|
DEPENDS:=ruby +zlib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_CONFIGURE_ARGS += \
|
||||||
|
--disable-install-doc \
|
||||||
|
--disable-install-rdoc \
|
||||||
|
--disable-install-capi
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user