[前][次][番号順一覧][スレッド一覧]

ruby-changes:73892

From: Hiroshi <ko1@a...>
Date: Fri, 7 Oct 2022 12:55:49 +0900 (JST)
Subject: [ruby-changes:73892] 94d4bea7c9 (master): [ruby/psych] --enable-bundled-libyaml config has been removed

https://git.ruby-lang.org/ruby.git/commit/?id=94d4bea7c9

From 94d4bea7c9952ac5abe0d8cd473a73e025b468ab Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 7 Oct 2022 12:45:07 +0900
Subject: [ruby/psych] --enable-bundled-libyaml config has been removed

https://github.com/ruby/psych/commit/447d372dcd
---
 ext/psych/extconf.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb
index 16c76e4ca8..f20d9a259d 100644
--- a/ext/psych/extconf.rb
+++ b/ext/psych/extconf.rb
@@ -6,7 +6,7 @@ if $mswin or $mingw or $cygwin https://github.com/ruby/ruby/blob/trunk/ext/psych/extconf.rb#L6
   $CPPFLAGS << " -DYAML_DECLARE_STATIC"
 end
 
-yaml_source = with_config("libyaml-source-dir") || enable_config("bundled-libyaml", false)
+yaml_source = with_config("libyaml-source-dir")
 unless yaml_source # default to pre-installed libyaml
   pkg_config('yaml-0.1')
   dir_config('libyaml')
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]