mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (ac_cv_func_shutdown): shutdown(2) has a dummy
implementation but has no declaration and does not work in NativeClient SDK pepper_20. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e782fb8eea
commit
0d05a79bca
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed Aug 15 19:37:33 2012 Yuki Yugui Sonoda <yugui@google.com>
|
||||
|
||||
* configure.in (ac_cv_func_shutdown): shutdown(2) has a dummy
|
||||
implementation but has no declaration and does not work in
|
||||
NativeClient SDK pepper_20.
|
||||
|
||||
Wed Aug 15 19:29:29 2012 Yuki Yugui Sonoda <yugui@google.com>
|
||||
|
||||
* common.mk (vm_backtrace.o): Added missing dependencies.
|
||||
|
|
|
@ -1244,6 +1244,7 @@ main()
|
|||
else
|
||||
RUBY_APPEND_OPTION(XCFLAGS, -fPIC)
|
||||
fi
|
||||
ac_cv_func_shutdown=no
|
||||
],
|
||||
[ LIBS="-lm $LIBS"])
|
||||
AC_CHECK_LIB(crypt, crypt)
|
||||
|
|
Loading…
Reference in a new issue