From f100c6477ab0a3c49e3256c4eb8efe312ffd0198 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 21 Nov 2023 20:19:49 +0900 Subject: [PATCH] [Bug #20004] Revert "[Feature #19422] Enable shared by default on macOS" This reverts commit 9694445051c4192c8f659529133acab253bd0bc3. This change broke our release CI. https://github.com/ruby/actions/actions/runs/6599016994/job/17927644579#step:16:44 Invoking `/Users/runner/work/actions/actions/snapshot-master/ruby -rrubygems /Users/runner/work/actions/actions/snapshot-master/bin/gem --backtrace build lib/bundler/bundler.gemspec` failed with output: ---------------------------------------------------------------------- dyld[42417]: Library not loaded: '/usr/local/lib/libruby.3.3.dylib' Referenced from: '/Users/runner/work/actions/actions/snapshot-master/ruby' Reason: tried: '/usr/local/lib/libruby.3.3.dylib' (no such file), '/usr/lib/libruby.3.3.dylib' (no such file) ---------------------------------------------------------------------- --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e0057d974f..5bac4f0c63 100644 --- a/configure.ac +++ b/configure.ac @@ -506,10 +506,7 @@ AS_CASE(["$target_os"], ]) rb_cv_binary_elf=no : ${enable_shared=yes} -], -[darwin*], [ - : ${enable_shared=yes} -], + ], [hiuxmpp*], [AC_DEFINE(__HIUX_MPP__)]) # by TOYODA Eizi