ruby: Disable doc generation
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sat, 4 Oct 2014 19:38:53 +0000 (16:38 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Tue, 7 Oct 2014 17:14:52 +0000 (14:14 -0300)
Docs are not currently packaged. So, there is no need to install
them. Also, doxygen have some problem with the usaged of git in
build_dir as it takes ages running git commands on every file.
Disabling the docs reduces the compilation time.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
lang/ruby/Makefile

index 7e3a792c4ea7ddb1ae8208a5485192f0e057f73d..c540e779221028d2b351f782136920ccf90d7b0b 100644 (file)
@@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ruby
 PKG_VERSION:=2.1.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_LIBVER:=2.1
 
@@ -210,6 +210,8 @@ CONFIGURE_ARGS += \
        --enable-static \
        --disable-rpath \
        --enable-ipv6 \
+       --disable-install-doc \
+       --disable-install-capi \
        --with-ruby-version=minor \
        --with-iconv-dir=$(ICONV_PREFIX) \