mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
fix(guile-gnutls): drop static-only patches and rely on shared bindings
This commit is contained in:
parent
a3878a91b9
commit
132a43d4a6
7 changed files with 54 additions and 192 deletions
|
|
@ -113,7 +113,7 @@ probe_guile_module() {
|
|||
probe_pkg_config="gnutls"
|
||||
find_name='libguile-gnutls*'
|
||||
find_module='gnutls'
|
||||
probe_expression="(use-modules (gnutls)) (display \"gnutls-module-ok\\n\")"
|
||||
probe_expression="(use-modules (gnutls)) (if (module-variable (resolve-module '(gnutls)) 'make-session) (display \"gnutls-module-ok\\n\") (begin (display \"gnutls-make-session-missing\\n\") (exit 1)))"
|
||||
;;
|
||||
*)
|
||||
probe_label="${module_name}-related"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue