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

@ -14,6 +14,8 @@ src_configure() {
--libdir="${LIBDIR}" \
--host="${host_triplet}" \
--build="${host_triplet}" \
--enable-static \
--disable-shared \
--disable-documentation
}