From 0a00b29fc63d47ce3c3ed9165d021301ff098e60 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:11:32 -0400 Subject: [PATCH] fix(guile-3.0.11): enable shared libs --- steps/guile-3.0.11/pass1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/steps/guile-3.0.11/pass1.sh b/steps/guile-3.0.11/pass1.sh index bd56bc90..33670bc1 100755 --- a/steps/guile-3.0.11/pass1.sh +++ b/steps/guile-3.0.11/pass1.sh @@ -69,7 +69,8 @@ src_configure() { --prefix="${PREFIX}" \ --libdir="${LIBDIR}" \ --build="${TARGET}" \ - --disable-shared \ + --enable-shared \ + --enable-static \ --disable-jit popd done