From 45c7d18ee3236dae130150d80a32e4a37710cd24 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 5 Apr 2020 06:06:35 +0000 Subject: Update Ruby to 2.7.1 * Coroutines are using libucontext; added to ruby depends_dev. * Asciidoctor updated to 2.x branch since we have newer Ruby now. * uWSGI may not work properly with Rack; currently untested. --- system/ruby/fix-get_main_stack.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/ruby/fix-get_main_stack.patch') diff --git a/system/ruby/fix-get_main_stack.patch b/system/ruby/fix-get_main_stack.patch index 4b1a101ab..b56bc114b 100644 --- a/system/ruby/fix-get_main_stack.patch +++ b/system/ruby/fix-get_main_stack.patch @@ -2,7 +2,7 @@ diff --git a/thread_pthread.c b/thread_pthread.c index 951885ffa0..cf90321d1d 100644 --- a/thread_pthread.c +++ b/thread_pthread.c -@@ -552,9 +552,6 @@ hpux_attr_getstackaddr(const pthread_attr_t *attr, void **addr) +@@ -656,9 +656,6 @@ hpux_attr_getstackaddr(const pthread_attr_t *attr, void **addr) # define MAINSTACKADDR_AVAILABLE 0 # endif #endif @@ -12,7 +12,7 @@ index 951885ffa0..cf90321d1d 100644 #ifdef STACKADDR_AVAILABLE /* -@@ -632,6 +629,55 @@ get_stack(void **addr, size_t *size) +@@ -740,6 +737,55 @@ get_stack(void **addr, size_t *size) return 0; #undef CHECK_ERR } -- cgit v1.2.3-70-g09d2