diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 06:06:35 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 06:07:35 +0000 |
commit | 45c7d18ee3236dae130150d80a32e4a37710cd24 (patch) | |
tree | 6d09bbb9fa669a71c850ad80addd8eb1ddc06731 /system/ruby/fix-get_main_stack.patch | |
parent | 36a36b43679fc2ba8b14bc2b828345b8e770c769 (diff) | |
download | packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.gz packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.bz2 packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.xz packages-45c7d18ee3236dae130150d80a32e4a37710cd24.zip |
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.
Diffstat (limited to 'system/ruby/fix-get_main_stack.patch')
-rw-r--r-- | system/ruby/fix-get_main_stack.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |