fix(guile-gnutls): enable shared build to avoid libtool static .la naming failure

This commit is contained in:
vxtls 2026-02-26 11:16:38 -05:00
parent ef7127bb83
commit a05880ecb5

View file

@ -23,7 +23,7 @@ src_configure() {
--host="${host_triplet}" \
--build="${host_triplet}" \
--enable-static \
--disable-shared
--enable-shared
}
src_compile() {