fix(guile-gnutls): make gnutls integration fully static by initializing from main guile binary

This commit is contained in:
vxtls 2026-03-05 10:55:38 -05:00
parent 9205c2b1e4
commit ac79f9e19d
6 changed files with 103 additions and 51 deletions

View file

@ -17,7 +17,7 @@ src_configure() {
--host="${host_triplet}" \
--build="${host_triplet}" \
--enable-static \
--enable-shared \
--disable-shared \
--disable-doc \
--disable-tests \
--disable-tools \