From a05880ecb5aa52111e53d223766c653e68cdf7c1 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:16:38 -0500 Subject: [PATCH] fix(guile-gnutls): enable shared build to avoid libtool static .la naming failure --- steps-guix/guile-gnutls-v5.0.1/pass1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps-guix/guile-gnutls-v5.0.1/pass1.sh b/steps-guix/guile-gnutls-v5.0.1/pass1.sh index cd802bf7..f5368a75 100644 --- a/steps-guix/guile-gnutls-v5.0.1/pass1.sh +++ b/steps-guix/guile-gnutls-v5.0.1/pass1.sh @@ -23,7 +23,7 @@ src_configure() { --host="${host_triplet}" \ --build="${host_triplet}" \ --enable-static \ - --disable-shared + --enable-shared } src_compile() {