mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
ruby: bump to version 1.9.2-p0 to fix openssl issues, fix dependency issues too
[Peter: autoreconf needed for host as well] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
25a8ff3b23
commit
38a611c269
@ -1,6 +1,7 @@
|
|||||||
--- a/configure.in.orig 2009-07-08 15:23:44.000000000 +0200
|
diff -Nura ruby-1.9.2-p0.orig/configure.in ruby-1.9.2-p0/configure.in
|
||||||
+++ b/configure.in 2009-07-08 15:24:52.000000000 +0200
|
--- ruby-1.9.2-p0.orig/configure.in 2010-08-14 05:11:59.000000000 -0300
|
||||||
@@ -997,7 +997,25 @@
|
+++ ruby-1.9.2-p0/configure.in 2010-11-04 15:46:22.478191926 -0300
|
||||||
|
@@ -1410,7 +1410,25 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_FUNC_GETPGRP
|
AC_FUNC_GETPGRP
|
||||||
|
@ -3,14 +3,31 @@
|
|||||||
# ruby
|
# ruby
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
RUBY_VERSION:=1.9.1-p129
|
|
||||||
RUBY_SOURCE:=ruby-$(RUBY_VERSION).tar.gz
|
RUBY_VERSION = 1.9.2-p0
|
||||||
RUBY_SITE:=ftp://ftp.ruby-lang.org/pub/ruby/1.9
|
RUBY_SITE = ftp://ftp.ruby-lang.org/pub/ruby/1.9
|
||||||
RUBY_AUTORECONF = YES
|
RUBY_AUTORECONF = YES
|
||||||
|
HOST_RUBY_AUTORECONF = YES
|
||||||
RUBY_DEPENDENCIES = host-ruby
|
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
|
||||||
|
|
||||||
|
# Force optionals to build before we do
|
||||||
|
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
||||||
|
RUBY_DEPENDENCIES += berkeleydb
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||||
|
RUBY_DEPENDENCIES += ncurses
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
|
RUBY_DEPENDENCIES += openssl
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||||
|
RUBY_DEPENDENCIES += readline
|
||||||
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
|
RUBY_DEPENDENCIES += zlib
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,ruby))
|
$(eval $(call AUTOTARGETS,package,ruby))
|
||||||
$(eval $(call AUTOTARGETS,package,ruby,host))
|
$(eval $(call AUTOTARGETS,package,ruby,host))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user