guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/6] gnu: gnome-documents


From: Ludovic Courtès
Subject: Re: [PATCH 4/6] gnu: gnome-documents
Date: Tue, 29 Mar 2016 22:25:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden skribis:

> +     `(#:configure-flags
> +       '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt")

AFAICS glib-networking uses GnuTLS, for which we already had such a
setting (except that it can read all the .crt files from /etc/ssl/certs,
not just one bundle.)

> +       (modify-phases %standard-phases
> +         (add-before 'check 'use-empty-ssl-cert-file
> +                     (lambda _
> +                       ; Search for ca-certificates.crt files
> +                       ; during the check phase.
> +                       (setenv "SSL_CERT_FILE" "/dev/null")

Does this really have an effect?  This is the environment variable used
by OpenSSL, but not GnuTLS.

Otherwise LGTM.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]