projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f33db
)
ruby: don't build documentation when building for host either
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 1 Feb 2011 19:14:00 +0000
(20:14 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 1 Feb 2011 19:14:00 +0000
(20:14 +0100)
We don't use it, so it only slows down the build.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ruby/ruby.mk
patch
|
blob
|
history
diff --git
a/package/ruby/ruby.mk
b/package/ruby/ruby.mk
index adb18622d6bf9a425a224c6865923d678672e939..966a6a1610caa0a3e5641b1ceb4a925fb7064831 100644
(file)
--- a/
package/ruby/ruby.mk
+++ b/
package/ruby/ruby.mk
@@
-12,6
+12,8
@@
RUBY_DEPENDENCIES = host-ruby
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
RUBY_CONF_OPT = --disable-install-doc
+HOST_RUBY_CONF_OPT = --disable-install-doc
+
# Force optionals to build before we do
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
RUBY_DEPENDENCIES += berkeleydb