1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: not to use vfork on Solaris to avoid deadlock

occurred in vfork(2) with multi-threading and dynamic linker
  on Solaris. [Bug #11265] [ruby-dev:49089]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ngoto 2015-06-25 10:42:37 +00:00
parent 8ffefcb621
commit d47a2b5712
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Thu Jun 25 19:24:25 2015 Naohisa Goto <ngotogenome@gmail.com>
* configure.in: not to use vfork on Solaris to avoid deadlock
occurred in vfork(2) with multi-threading and dynamic linker
on Solaris. [Bug #11265] [ruby-dev:49089]
Thu Jun 25 18:25:41 2015 Naohisa Goto <ngotogenome@gmail.com>
* test/lib/envutil.rb (Test::Unit::Assertions#assert_no_memory_leak):

View file

@ -1070,6 +1070,9 @@ main()
],
[hpux*], [ LIBS="-lm $LIBS"
ac_cv_c_inline=no],
[solaris*], [ LIBS="-lm $LIBS"
ac_cv_func_vfork=no
],
[beos*|haiku*], [
ac_cv_func_link=no
ac_cv_func_sched_yield=no