summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-05-22 15:04:28 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-05-22 23:38:30 +0200
commit5d231598c2e9bd632eecdfe4326b74e3bbc77e0c (patch)
tree76eabd4140c49c7053c0bccfecb149948f28b832
parent9d797decbd95acec99260b8b3ed20bb3e3da0eb4 (diff)
downloadbuildroot-5d231598c2e9bd632eecdfe4326b74e3bbc77e0c.tar.gz
buildroot-5d231598c2e9bd632eecdfe4326b74e3bbc77e0c.zip
ruby: disable openssl for host variant
As reported by Fatih Aşıcı on the mailing list it sometimes fails with the host openssl depending on versions when development files are installed. And as suggested by Thomas Petazzoni it's really not required for anything so just disable it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/ruby/ruby.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 0ea352d7cc..65a59f5509 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -12,7 +12,8 @@ HOST_RUBY_DEPENDENCIES = host-pkgconf
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
RUBY_MAKE = $(MAKE1)
RUBY_CONF_OPT = --disable-install-doc --disable-rpath
-HOST_RUBY_CONF_OPT = --disable-install-doc --with-out-ext=curses,readline
+HOST_RUBY_CONF_OPT = --disable-install-doc \
+ --with-out-ext=curses,openssl,readline
RUBY_LICENSE = Ruby or BSD-2c, BSD-3c, others
RUBY_LICENSE_FILES = LEGAL COPYING BSDL
OpenPOWER on IntegriCloud