|
@@ -10,12 +10,12 @@ RUBY_VERSION_EXT = 2.4.0
|
|
RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
|
|
RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
|
|
RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
|
|
RUBY_SOURCE = ruby-$(RUBY_VERSION).tar.xz
|
|
RUBY_DEPENDENCIES = host-pkgconf host-ruby
|
|
RUBY_DEPENDENCIES = host-pkgconf host-ruby
|
|
-HOST_RUBY_DEPENDENCIES = host-pkgconf
|
|
|
|
|
|
+HOST_RUBY_DEPENDENCIES = host-pkgconf host-openssl
|
|
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
|
|
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
|
|
RUBY_CONF_OPTS = --disable-install-doc --disable-rpath --disable-rubygems
|
|
RUBY_CONF_OPTS = --disable-install-doc --disable-rpath --disable-rubygems
|
|
HOST_RUBY_CONF_OPTS = \
|
|
HOST_RUBY_CONF_OPTS = \
|
|
--disable-install-doc \
|
|
--disable-install-doc \
|
|
- --with-out-ext=curses,openssl,readline \
|
|
|
|
|
|
+ --with-out-ext=curses,readline \
|
|
--without-gmp
|
|
--without-gmp
|
|
RUBY_LICENSE = Ruby or BSD-2-Clause, BSD-3-Clause, others
|
|
RUBY_LICENSE = Ruby or BSD-2-Clause, BSD-3-Clause, others
|
|
RUBY_LICENSE_FILES = LEGAL COPYING BSDL
|
|
RUBY_LICENSE_FILES = LEGAL COPYING BSDL
|