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: rennes
Subject: Re: [PATCH 4/6] gnu: gnome-documents
Date: Thu, 14 Apr 2016 10:35:00 -0500
User-agent: Roundcube Webmail/1.0.6

On 2016-03-29 14:25, address@hidden wrote:
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.)

I did more tests and remove this part.

+       (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.

indeed, it works.

Question, to which package module I can add the patch?

Thanks

Attachment: 0001-gnu-Add-uhttpmock.patch
Description: Text Data


reply via email to

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