зеркало из https://github.com/github/ruby.git
* configure.in: define BROKEN_CLOSE only on FreeBSD.
This needs to merge to 1.9.2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
af4986f515
Коммит
c6cda4e336
|
@ -1,3 +1,8 @@
|
|||
Mon Jul 26 13:52:25 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in: define BROKEN_CLOSE only on FreeBSD.
|
||||
This needs to merge to 1.9.2.
|
||||
|
||||
Mon Jul 26 13:01:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm.c (rb_thread_mark): should mark iseq itself other than normal
|
||||
|
|
|
@ -1155,7 +1155,7 @@ main()
|
|||
rb_cv_broken_glibc_ia64_erfc=no)])
|
||||
AS_CASE([$rb_cv_broken_glibc_ia64_erfc],[yes],[ac_cv_func_erf=no])
|
||||
|
||||
AS_CASE(["$target_os"],[freebsd],[],[
|
||||
AS_CASE(["$target_os"],[freebsd],[
|
||||
AC_DEFINE(BROKEN_CLOSE)
|
||||
AC_REPLACE_FUNCS(close)
|
||||
])
|
||||
|
|
Загрузка…
Ссылка в новой задаче