mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
ruby: don't build documentation when building for host either
We don't use it, so it only slows down the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
99f33db291
commit
b823c04d08
@ -12,6 +12,8 @@ RUBY_DEPENDENCIES = host-ruby
|
|||||||
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
|
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
|
||||||
RUBY_CONF_OPT = --disable-install-doc
|
RUBY_CONF_OPT = --disable-install-doc
|
||||||
|
|
||||||
|
HOST_RUBY_CONF_OPT = --disable-install-doc
|
||||||
|
|
||||||
# Force optionals to build before we do
|
# Force optionals to build before we do
|
||||||
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
||||||
RUBY_DEPENDENCIES += berkeleydb
|
RUBY_DEPENDENCIES += berkeleydb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user